Skip to content

Commit

Permalink
Bump Quantity version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos committed May 5, 2024
1 parent 704367e commit 0de7591
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions source/Quantities.Test.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<!-- Test info common to all test projects within the quantities project -->
<!-- Test info common to all test projects within the quantities project -->

<ItemGroup>
<PackageReference Include="xunit" Version="2.7.0" />
<ItemGroup>
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion source/Quantities/Quantities.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.2.0</Version>
<Version>1.2.1</Version>
<RootDirectory>../../</RootDirectory>
<RootNamespace>Quantities</RootNamespace>
<Description>Type-safe and efficient handling of physical quantities.</Description>
Expand Down

0 comments on commit 0de7591

Please sign in to comment.