Skip to content

Commit f921a68

Browse files
committed
Updated gemstone/numeric version to 1.0.145
1 parent 099eb52 commit f921a68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Gemstone.Numeric/Gemstone.Numeric.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2525
<Nullable>enable</Nullable>
2626
<PlatformTarget>AnyCPU</PlatformTarget>
27-
<Version>1.0.144</Version>
28-
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.144 -- Release Build</InformationalVersion>
29-
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.144 -- Debug Build</InformationalVersion>
27+
<Version>1.0.145</Version>
28+
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.145 -- Release Build</InformationalVersion>
29+
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.145 -- Debug Build</InformationalVersion>
3030
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3131
<Configurations>Debug;Release;Development</Configurations>
3232
</PropertyGroup>
@@ -58,7 +58,7 @@
5858

5959
<ItemGroup>
6060
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
61-
<PackageReference Include="Gemstone.Common" Version="1.0.144" Condition="'$(Configuration)'!='Development'" />
61+
<PackageReference Include="Gemstone.Common" Version="1.0.145" Condition="'$(Configuration)'!='Development'" />
6262
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
6363
<PackageReference Include="MathNet.Numerics.Data.Matlab" Version="5.0.0" />
6464
</ItemGroup>

0 commit comments

Comments
 (0)