From 515a8e6c87c3efda5a5574c0b6a8f8e834919e9f Mon Sep 17 00:00:00 2001 From: Rune Nilsen Date: Wed, 4 Dec 2024 05:27:14 +0100 Subject: [PATCH] Updated System.Text.Json to version 9.0.0 (#509) * Updated System.Text.Json to version 9.0.0 * Updated JWT version to 11.0.0 * Updated CHANGELOG.md --------- Co-authored-by: Alexander Batishchev --- CHANGELOG.md | 4 ++++ src/JWT/JWT.csproj | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b21788..9b4ab77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# JWT 11.0.0 + +- Updated System.Text.Json to version 9.0.0 + # JWT 11.0.0-beta3 - Updated System.Text.Json to version 8.0.4 diff --git a/src/JWT/JWT.csproj b/src/JWT/JWT.csproj index ec0b7754..0be28e92 100644 --- a/src/JWT/JWT.csproj +++ b/src/JWT/JWT.csproj @@ -28,7 +28,7 @@ - 11.0.0-beta3 + 11.0.0 11.0.0.0 11.0.0.0 @@ -48,7 +48,7 @@ - + @@ -68,4 +68,8 @@ - \ No newline at end of file + + + + +