Skip to content

Commit 1819433

Browse files
author
Andreas Gullberg Larsen
committed
JsonNet: 1.2.1
Bumping version to get a nuget release that has a commit in the master branch. Version 1.2.0 was accidentally released from a feature branch that was deleted. Build server has now been fixed so releases can once again only be performed from master branch.
1 parent e529653 commit 1819433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<AssemblyName>UnitsNet.Serialization.JsonNet</AssemblyName>
44
<RootNamespace>UnitsNet.Serialization.JsonNet</RootNamespace>
55
<PackageId>UnitsNet.Serialization.JsonNet</PackageId>
6-
<Version>1.2.0</Version>
6+
<Version>1.2.1</Version>
77
<Authors>Andreas Gullberg Larsen</Authors>
88
<Title>Units.NET Serialization with Json.NET</Title>
99
<Description>A helper library for serializing and deserializing types in Units.NET using Json.NET.</Description>
@@ -16,4 +16,4 @@
1616
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1717
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
1818
</PropertyGroup>
19-
</Project>
19+
</Project>

0 commit comments

Comments
 (0)