Skip to content

Commit e69bef4

Browse files
committed
JsonNet/4.1.1
Forgot to include release note about supporting arrays.
1 parent 048653f commit e69bef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NuGet properties -->
33
<PropertyGroup>
44
<PackageId>UnitsNet.Serialization.JsonNet</PackageId>
5-
<Version>4.1.0</Version>
5+
<Version>4.1.1</Version>
66
<Authors>Andreas Gullberg Larsen</Authors>
77
<Title>Units.NET Serialization with Json.NET</Title>
88
<Description>A helper library for serializing and deserializing types in Units.NET using Json.NET.</Description>
@@ -14,7 +14,7 @@
1414
<PackageLicenseExpression>MIT-0</PackageLicenseExpression>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1616
<PackageTags>unit units measurement json Json.NET Newtonsoft serialize deserialize serialization deserialization</PackageTags>
17-
<PackageReleaseNotes>Upgrade JSON.NET to 12.0.3.</PackageReleaseNotes>
17+
<PackageReleaseNotes>Upgrade JSON.NET to 12.0.3. Support arrays.</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<!-- Assembly and msbuild properties -->

0 commit comments

Comments
 (0)