From 0472ef9377f3d73ffa461ab705ef9065126e2699 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Thu, 15 Sep 2016 16:56:55 -0700 Subject: [PATCH] Bumping version to 1.3.5-beta, updating nuspec (#53) * Adding nuspec to sln * Updating nuspec --- JWT.nuspec | 6 +++--- JWT.sln | 8 ++++++-- src/JWT/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/JWT.nuspec b/JWT.nuspec index bc0d9e77c..8d827a394 100644 --- a/JWT.nuspec +++ b/JWT.nuspec @@ -2,11 +2,11 @@ JWT - 1.3.4 - John Sheehan, Michael Lehenbauer + 1.3.5-beta + John Sheehan, Michael Lehenbauer, Alexander Batishchev JWT (JSON Web Token) Implementation for .NET (Public Domain) en-US - http://github.com/johnsheehan/jwt + https://github.com/jwt-dotnet/jwt jwt json diff --git a/JWT.sln b/JWT.sln index d9a9a922d..65539abeb 100644 --- a/JWT.sln +++ b/JWT.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 @@ -7,6 +6,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JWT", "src\JWT\JWT.csproj", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JWT.Tests", "tests\JWT.Tests\JWT.Tests.csproj", "{BF568781-D576-4545-A552-4DC839B1AF14}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{513CE2B5-E0D6-43BC-998A-A02CB2875479}" + ProjectSection(SolutionItems) = preProject + JWT.nuspec = JWT.nuspec + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/src/JWT/Properties/AssemblyInfo.cs b/src/JWT/Properties/AssemblyInfo.cs index a9ed1a05a..206e35faf 100644 --- a/src/JWT/Properties/AssemblyInfo.cs +++ b/src/JWT/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.4.0")] -[assembly: AssemblyFileVersion("1.3.4.0")] +[assembly: AssemblyVersion("1.3.5.0")] +[assembly: AssemblyFileVersion("1.3.5.0")]