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 1
1
os : Visual Studio 2017
2
2
3
- version : 1.1.0 -alpha-{build}
3
+ version : 1.1.3 -alpha-{build}
4
4
5
5
nuget :
6
6
project_feed : true
@@ -17,10 +17,10 @@ artifacts:
17
17
- path : ' **\*.nupkg'
18
18
19
19
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%
21
21
22
22
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%
24
24
25
25
notifications :
26
26
- provider : Slack
Original file line number Diff line number Diff line change 12
12
<RepositoryType >git</RepositoryType >
13
13
<RepositoryUrl >git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl >
14
14
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp1.1' " >1.1.1</RuntimeFrameworkVersion >
15
- < Version >1.1.0 -alpha</Version >
15
+ < VersionPrefix >1.1.3 -alpha</VersionPrefix >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" MakingSense.AspNetCore.Abstractions" Version =" 1.1.0 -*" />
19
+ <PackageReference Include =" MakingSense.AspNetCore.Abstractions" Version =" 1.1.3-alpha -*" />
20
20
<PackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" 1.1.1" />
21
21
<PackageReference Include =" Microsoft.CSharp" Version =" 4.3.0" />
22
22
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 5.1.3" />
You can’t perform that action at this time.
0 commit comments