Skip to content

Commit

Permalink
Bump versions to v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos committed Apr 9, 2024
1 parent fcbd311 commit c667bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../Serialization.Pack.targets"/>

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<RootDirectory>../../../</RootDirectory>
<RootNamespace>Quantities.Serialization.Newtonsoft</RootNamespace>
<PackageTags>$(PackageTags), json, newtonsoft, newtonsoft.json, newtonsoft-json</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../Serialization.Pack.targets"/>

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<RootDirectory>../../../</RootDirectory>
<RootNamespace>Quantities.Serialization.Text.Json</RootNamespace>
<PackageTags>$(PackageTags), json, text.json, system.text.json, system-text-json</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion source/Quantities.Units/Quantities.Units.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../Quantities.Pack.targets"/>

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<RootDirectory>../../</RootDirectory>
<RootNamespace>Quantities.Units</RootNamespace>
<Description>Provides many more units for use with Atmoos.Quantities.</Description>
Expand Down

0 comments on commit c667bd9

Please sign in to comment.