Skip to content

Commit

Permalink
Bumping version to 1.3.5-beta, updating nuspec (jwt-dotnet#53)
Browse files Browse the repository at this point in the history
* Adding nuspec to sln
* Updating nuspec
  • Loading branch information
abatishchev authored Sep 15, 2016
1 parent 48adb9d commit 0472ef9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions JWT.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package>
<metadata>
<id>JWT</id>
<version>1.3.4</version>
<authors>John Sheehan, Michael Lehenbauer</authors>
<version>1.3.5-beta</version>
<authors>John Sheehan, Michael Lehenbauer, Alexander Batishchev</authors>
<description>JWT (JSON Web Token) Implementation for .NET (Public Domain)</description>
<language>en-US</language>
<projectUrl>http://github.com/johnsheehan/jwt</projectUrl>
<projectUrl>https://github.com/jwt-dotnet/jwt</projectUrl>
<tags>jwt json</tags>
</metadata>
</package>
8 changes: 6 additions & 2 deletions JWT.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@

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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JWT", "src\JWT\JWT.csproj", "{A80B51B8-DDF6-4026-98A4-B59653E50B38}"
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
Expand Down
4 changes: 2 additions & 2 deletions src/JWT/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 0472ef9

Please sign in to comment.