Skip to content

Commit

Permalink
bump up version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DV committed Feb 7, 2017
1 parent ef8be13 commit 5928319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jose-jwt/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"title": "Jose JWT",
"authors": [ "Dmitry Vsekhvalnov" ],
"owners": [ "Dmitry Vsekhvalnov" ],
"tags": [ "jose", "jwt", "json", "jwa", "jwe", "jws", "aes", "cbc", "gcm", "rsa", "hmac", "sha", "rsassa", "pss", "rsaes", "oaep", "pkcs1-v1_5", "es", "elliptic", "curve", "diffe", "hellman", "agreement", "ecdsa", "key wrap", "kw", "ecdh", "pbes", "pbes2", "pbkdf", "pbkdf2", "password based encryption", "javascript object signing", "two phase validation", "netcore", "clr", "coreclr", "portable" ],
"tags": [ "jose", "jwt", "json", "jwa", "jwe", "jws", "aes", "cbc", "gcm", "rsa", "hmac", "sha", "rsassa", "pss", "rsaes", "oaep", "pkcs1-v1_5", "es", "elliptic", "curve", "diffe", "hellman", "agreement", "ecdsa", "key wrap", "kw", "ecdh", "pbes", "pbes2", "pbkdf", "pbkdf2", "password based encryption", "javascript object signing", "two phase validation", "netcore", "clr", "coreclr", "portable", "fips", "compliant"],
"projectUrl": "https://github.com/dvsekhvalnov/jose-jwt",
"licenseUrl": "https://raw.github.com/dvsekhvalnov/jose-jwt/master/LICENSE",
"language": "en-US",
"copyright": "Copyright dvsekhvalnov 2014-2016",
"requireLicenseAcceptance": false,
"releaseNotes": "This is major release which is aimed to add .NET Core support (CLR/CORECLR runtimes)",
"releaseNotes": "Now fully FIPS compliant !",
"summary": "Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET Core. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Library for generating, decoding and encryption of JSON Web Tokens.",
"description": "Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET \r\r

Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. \r
Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. \r\r
Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. \r\r

CLR supported algorithms \r\r

Expand Down
2 changes: 1 addition & 1 deletion tools/publish-nupkg.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd ..\jose-jwt\bin\Release
..\..\..\tools\nuget.exe Push jose-jwt.2.0.2.nupkg -Source https://www.nuget.org
..\..\..\tools\nuget.exe Push jose-jwt.2.1.0.nupkg -Source https://www.nuget.org

0 comments on commit 5928319

Please sign in to comment.