Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmoschini committed Mar 22, 2017
1 parent 674080f commit 881b6df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
os: Visual Studio 2017

version: 1.1.0-alpha-{build}
version: 1.1.3-alpha-{build}

nuget:
project_feed: true
Expand All @@ -17,10 +17,10 @@ artifacts:
- path: '**\*.nupkg'

build_script:
- cmd: dotnet build src/MakingSense.AspNetCore.Authentication.SimpleToken
- cmd: dotnet build src/MakingSense.AspNetCore.Authentication.SimpleToken --version-suffix %APPVEYOR_BUILD_NUMBER%

after_build:
- cmd: dotnet pack src/MakingSense.AspNetCore.Authentication.SimpleToken
- cmd: dotnet pack src/MakingSense.AspNetCore.Authentication.SimpleToken --version-suffix %APPVEYOR_BUILD_NUMBER%

notifications:
- provider: Slack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion>
<Version>1.1.0-alpha</Version>
<VersionPrefix>1.1.3-alpha</VersionPrefix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MakingSense.AspNetCore.Abstractions" Version="1.1.0-*" />
<PackageReference Include="MakingSense.AspNetCore.Abstractions" Version="1.1.3-alpha-*" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.1.3" />
Expand Down

0 comments on commit 881b6df

Please sign in to comment.