Skip to content

Commit 23b0ba7

Browse files
committed
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)
1 parent 080b304 commit 23b0ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodaTime.Serialization.SystemTextJson/NodaTime.Serialization.SystemTextJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Provides serialization support between Noda Time and System.Text.Json</Description>
5-
<Version>1.1.2</Version>
5+
<Version>1.2.0</Version>
66
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
77
<PackageTags>nodatime;json</PackageTags>
88
</PropertyGroup>

0 commit comments

Comments
 (0)