diff --git a/jose-jwt/project.json b/jose-jwt/project.json index 81338066..4d4bd00d 100644 --- a/jose-jwt/project.json +++ b/jose-jwt/project.json @@ -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 diff --git a/tools/publish-nupkg.cmd b/tools/publish-nupkg.cmd index 57224ed7..f43db2ea 100644 --- a/tools/publish-nupkg.cmd +++ b/tools/publish-nupkg.cmd @@ -1,2 +1,2 @@ cd ..\jose-jwt\bin\Release -..\..\..\tools\nuget.exe Push jose-jwt.2.0.2.nupkg -Source https://www.nuget.org \ No newline at end of file +..\..\..\tools\nuget.exe Push jose-jwt.2.1.0.nupkg -Source https://www.nuget.org \ No newline at end of file