Skip to content

Commit 5c630ba

Browse files
Increment version and change appveyour configuration to VS2017
1 parent ba5a295 commit 5c630ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

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

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

55
nuget:
66
account_feed: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<Description>MakingSense.AspNetCore.Authentication.SimpleToken Class Library</Description>
5-
<VersionPrefix>1.0.5-alpha</VersionPrefix>
65
<Authors>MakingSense</Authors>
76
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
87
<AssemblyName>MakingSense.AspNetCore.Authentication.SimpleToken</AssemblyName>
@@ -13,13 +12,14 @@
1312
<RepositoryType>git</RepositoryType>
1413
<RepositoryUrl>git://github.com/MakingSense/aspnet-authentication-simpletoken</RepositoryUrl>
1514
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion>
15+
<Version>1.1.0-alpha</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>
1919
<PackageReference Include="MakingSense.AspNetCore.Abstractions" Version="1.0.5-*" />
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="1.1.1" />
2121
<PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
22-
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.1.0" />
22+
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.1.3" />
2323
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
2424
<PackageReference Include="System.Linq" Version="4.3.0" />
2525
<PackageReference Include="System.Threading" Version="4.3.0" />

0 commit comments

Comments
 (0)