Skip to content

Commit

Permalink
Release NodaTime.Serialization.SystemTextJson version 1.2.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jskeet committed Mar 18, 2024
1 parent 080b304 commit 2568ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Provides serialization support between Noda Time and System.Text.Json</Description>
<Version>1.1.2</Version>
<Version>1.2.0</Version>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<PackageTags>nodatime;json</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 2568ab5

Please sign in to comment.