From 2568ab548e787acf645aca4c02043239dca8e08b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 18 Mar 2024 06:57:27 +0000 Subject: [PATCH] Release NodaTime.Serialization.SystemTextJson version 1.2.0 Changes since 1.1.2: - Added NodaConverters.RoundtripDurationConverter as a wrapper for DurationPattern.Roundtrip. - Added a .NET 6.0 target (and removed the .NET Core 3.1 target; this will still be supported via .NET Standard 2.0, although .NET Core 3.1 is an unsupported platform now) - Add support for using Noda Time types as dictionary keys in JSON (.NET 6.0 only) --- .../NodaTime.Serialization.SystemTextJson.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj b/src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj index 98a0f63..b9cee64 100644 --- a/src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj +++ b/src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj @@ -2,7 +2,7 @@ Provides serialization support between Noda Time and System.Text.Json - 1.1.2 + 1.2.0 netstandard2.0;net6.0 nodatime;json