Skip to content

Commit 881b6df

Browse files
Fix version
1 parent 674080f commit 881b6df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
os: Visual Studio 2017
22

3-
version: 1.1.0-alpha-{build}
3+
version: 1.1.3-alpha-{build}
44

55
nuget:
66
project_feed: true
@@ -17,10 +17,10 @@ artifacts:
1717
- path: '**\*.nupkg'
1818

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

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

2525
notifications:
2626
- provider: Slack

src/MakingSense.AspNetCore.Authentication.SimpleToken/MakingSense.AspNetCore.Authentication.SimpleToken.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl>
1414
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion>
15-
<Version>1.1.0-alpha</Version>
15+
<VersionPrefix>1.1.3-alpha</VersionPrefix>
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="MakingSense.AspNetCore.Abstractions" Version="1.1.0-*" />
19+
<PackageReference Include="MakingSense.AspNetCore.Abstractions" Version="1.1.3-alpha-*" />
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.1" />
2121
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
2222
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.1.3" />

0 commit comments

Comments
 (0)