File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/MakingSense.AspNetCore.Authentication.SimpleToken Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11os : Visual Studio 2017
22
3- version : 1.1.0 -alpha-{build}
3+ version : 1.1.3 -alpha-{build}
44
55nuget :
66 project_feed : true
@@ -17,10 +17,10 @@ artifacts:
1717 - path : ' **\*.nupkg'
1818
1919build_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
2222after_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
2525notifications :
2626 - provider : Slack
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments