From e56a3af135a2a5fa5a7275fca684751e34371779 Mon Sep 17 00:00:00 2001 From: DV Date: Wed, 3 Apr 2024 21:08:09 +0300 Subject: [PATCH] bump up version --- LICENSE | 2 +- jose-jwt/Properties/AssemblyInfo.cs | 4 ++-- tools/publish-nupkg.cmd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 6ff83003..d139f2ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2021 dvsekhvalnov +Copyright (c) 2014-2024 dvsekhvalnov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/jose-jwt/Properties/AssemblyInfo.cs b/jose-jwt/Properties/AssemblyInfo.cs index ad712ce5..6ac72f53 100644 --- a/jose-jwt/Properties/AssemblyInfo.cs +++ b/jose-jwt/Properties/AssemblyInfo.cs @@ -10,5 +10,5 @@ [assembly: AssemblyCopyright("dvsekhvalnov")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] +[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyFileVersion("5.0.0")] diff --git a/tools/publish-nupkg.cmd b/tools/publish-nupkg.cmd index 9ebe1a82..8ba1d0e5 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.4.1.0.nupkg -Source https://www.nuget.org \ No newline at end of file +..\..\..\tools\nuget.exe Push jose-jwt.5.0.0.nupkg -Source https://www.nuget.org \ No newline at end of file