Skip to content

Commit e1abcb8

Browse files
committed
JsonNet: JsonNet/5.0.0-rc004
1 parent a537e5c commit e1abcb8

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>5.0.0-rc001</Version>
5+
<Version>JsonNet/5.0.0-rc004</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>
@@ -20,7 +20,7 @@
2020

2121
<!-- Assembly and msbuild properties -->
2222
<PropertyGroup>
23-
<AssemblyVersion>5.0.0.0</AssemblyVersion> <!-- Should reflect major part of Version -->
23+
<AssemblyVersion>JsonNet/5.0.0.0</AssemblyVersion> <!-- Should reflect major part of Version -->
2424
<LangVersion>latest</LangVersion>
2525
<Nullable>enable</Nullable>
2626
<RootNamespace>UnitsNet.Serialization.JsonNet</RootNamespace>

0 commit comments

Comments
 (0)