Skip to content

Commit

Permalink
JsonNet/4.1.1
Browse files Browse the repository at this point in the history
Forgot to include release note about supporting arrays.
  • Loading branch information
angularsen committed Jan 7, 2020
1 parent 048653f commit e69bef4
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 @@
<!-- NuGet properties -->
<PropertyGroup>
<PackageId>UnitsNet.Serialization.JsonNet</PackageId>
<Version>4.1.0</Version>
<Version>4.1.1</Version>
<Authors>Andreas Gullberg Larsen</Authors>
<Title>Units.NET Serialization with Json.NET</Title>
<Description>A helper library for serializing and deserializing types in Units.NET using Json.NET.</Description>
Expand All @@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization</PackageTags>
<PackageReleaseNotes>Upgrade JSON.NET to 12.0.3.</PackageReleaseNotes>
<PackageReleaseNotes>Upgrade JSON.NET to 12.0.3. Support arrays.</PackageReleaseNotes>
</PropertyGroup>

<!-- Assembly and msbuild properties -->
Expand Down

0 comments on commit e69bef4

Please sign in to comment.