Skip to content

Commit

Permalink
Release NodaTime.Serialization.JsonNet version 3.1.0
Browse files Browse the repository at this point in the history
Changes since 3.0.0:

- Added NodaJsonSettings class for more fine-grained configuration
- Updated Newtonsoft.Json dependency to 13.0.3
- Added README to NuGet package
- Fixed link in NuGet gallery
  • Loading branch information
jskeet committed Aug 26, 2023
1 parent 99c5940 commit 8270468
Showing 1 changed file with 2 additions and 2 deletions.
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 Json.NET.</Description>
<Version>3.0.1</Version>
<Version>3.1.0</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageTags>nodatime;json;jsonnet</PackageTags>
</PropertyGroup>
Expand All @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="NodaTime" Version="[3.0.0,4.0.0)" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>

0 comments on commit 8270468

Please sign in to comment.