From 5f5442e98d8124163b33bbcf9d429269688cb88a Mon Sep 17 00:00:00 2001 From: Aleksandr Petrakov Date: Fri, 11 Jul 2025 17:12:26 +0500 Subject: [PATCH] feat: bump version to 1.0.1 --- JwtAuthentication.Core/JwtAuthentication.Core.csproj | 2 +- JwtAuthentication.Identity/JwtAuthentication.Identity.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JwtAuthentication.Core/JwtAuthentication.Core.csproj b/JwtAuthentication.Core/JwtAuthentication.Core.csproj index 9800401..3bc6d04 100644 --- a/JwtAuthentication.Core/JwtAuthentication.Core.csproj +++ b/JwtAuthentication.Core/JwtAuthentication.Core.csproj @@ -3,7 +3,7 @@ netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 TourmalineCore.AspNetCore.JwtAuthentication.Core - 1.0.0 + 1.0.1 Maxim Koval, Nikita Medvedev, Aleksandr Shinkarev, Vladislav Yusupov, Oleg Klyavlin, Aleksandr Petrakov Tourmaline Core JwtAuthentication diff --git a/JwtAuthentication.Identity/JwtAuthentication.Identity.csproj b/JwtAuthentication.Identity/JwtAuthentication.Identity.csproj index fc2c991..949c8fc 100644 --- a/JwtAuthentication.Identity/JwtAuthentication.Identity.csproj +++ b/JwtAuthentication.Identity/JwtAuthentication.Identity.csproj @@ -1,9 +1,9 @@ - + netcoreapp3.0;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0 TourmalineCore.AspNetCore.JwtAuthentication.Identity - 1.0.0 + 1.0.1 Maxim Koval, Nikita Medvedev, Aleksandr Shinkarev, Vladislav Yusupov, Oleg Klyavlin, Aleksandr Petrakov Tourmaline Core JwtAuthentication