Skip to content

Commit

Permalink
update: ddouble
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-yoshimura committed Oct 31, 2024
1 parent e20e976 commit 62a684e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DoubleDoubleODE/DoubleDoubleODE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TYoshimura.DoubleDouble" Version="3.2.0" />
<PackageReference Include="TYoshimura.DoubleDouble" Version="4.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion DoubleDoubleODE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

[assembly: Guid("FE7AFD95-5A6A-48AE-8519-7D37ACFDC5EB")]

[assembly: AssemblyVersion("1.3.0.*")]
[assembly: AssemblyVersion("1.4.0.*")]
10 changes: 5 additions & 5 deletions DoubleDoubleODETest/DoubleDoubleODETest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="TYoshimura.DoubleDouble" Version="3.2.0" />
<PackageReference Include="TYoshimura.DoubleDouble" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 62a684e

Please sign in to comment.