Skip to content

Commit

Permalink
Fixing package.cmd (jwt-dotnet#57)
Browse files Browse the repository at this point in the history
* Fixing package.cmd
* Bumping version to 1.3.5 beta2
  • Loading branch information
abatishchev authored Sep 19, 2016
1 parent 47bd92c commit fb517dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JWT.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>JWT</id>
<version>1.3.5-beta</version>
<version>1.3.5-beta2</version>
<authors>John Sheehan, Michael Lehenbauer, Alexander Batishchev</authors>
<description>JWT (JSON Web Token) implementation for .NET</description>
<copyright>Public Domain</copyright>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JSON Web Token (JWT) Implementation for .NET
# JSON Web Token (JWT) implementation for .NET

This library supports generating and decoding [JSON Web Tokens](http://tools.ietf.org/html/draft-jones-json-web-token-10).

Expand Down
3 changes: 2 additions & 1 deletion package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if not exist package mkdir package
if not exist package\lib mkdir package\lib
if not exist package\lib\3.5 mkdir package\lib\3.5

copy JWT\bin\Release\JWT.dll package\lib\3.5\
msbuild src\JWT.sln -p:Configuration=Release
copy src\JWT\bin\Release\JWT.dll package\lib\3.5\

tools\nuget.exe pack JWT.nuspec -BasePath package

0 comments on commit fb517dc

Please sign in to comment.