From 1fa22810ac075917652eb6f23b574593f2e167c4 Mon Sep 17 00:00:00 2001 From: DV Date: Thu, 1 Apr 2021 22:33:45 +0300 Subject: [PATCH] release package to nuget --- tools/publish-nupkg.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/publish-nupkg.cmd b/tools/publish-nupkg.cmd index 107674f8..b99697db 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.3.0.0.nupkg -Source https://www.nuget.org \ No newline at end of file +..\..\..\tools\nuget.exe Push jose-jwt.3.1.0.nupkg -Source https://www.nuget.org \ No newline at end of file