Skip to content

Commit

Permalink
Updating nuspec, package.cmd (#54)
Browse files Browse the repository at this point in the history
* Updating nuget.exe to the latest
* Adding package.cmd to sln
* Moving Copyright to <copyright>
  • Loading branch information
abatishchev authored Sep 16, 2016
1 parent 0472ef9 commit 47bd92c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
19 changes: 10 additions & 9 deletions JWT.nuspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>JWT</id>
<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>https://github.com/jwt-dotnet/jwt</projectUrl>
<tags>jwt json</tags>
</metadata>
<metadata>
<id>JWT</id>
<version>1.3.5-beta</version>
<authors>John Sheehan, Michael Lehenbauer, Alexander Batishchev</authors>
<description>JWT (JSON Web Token) implementation for .NET</description>
<copyright>Public Domain</copyright>
<language>en-US</language>
<projectUrl>https://github.com/jwt-dotnet/jwt</projectUrl>
<tags>jwt json</tags>
</metadata>
</package>
4 changes: 3 additions & 1 deletion JWT.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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
Expand All @@ -9,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{513CE2B5-E0D6-43BC-998A-A02CB2875479}"
ProjectSection(SolutionItems) = preProject
JWT.nuspec = JWT.nuspec
package.cmd = package.cmd
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion package.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tools\nuget.exe update -self
tools\nuget.exe update -self

if not exist package mkdir package
if not exist package mkdir package
Expand Down
Binary file modified tools/NuGet.exe
Binary file not shown.

0 comments on commit 47bd92c

Please sign in to comment.