Skip to content

Commit

Permalink
Updated gemstone/numeric version to 1.0.118
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Jun 13, 2024
1 parent 0c98ae7 commit 218ab12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Gemstone.Numeric/Gemstone.Numeric.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<PlatformTarget>AnyCPU</PlatformTarget>
<Version>1.0.117</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.117 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.117 -- Debug Build</InformationalVersion>
<Version>1.0.118</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.118 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.118 -- Debug Build</InformationalVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>
Expand Down Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.117" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.118" Condition="'$(Configuration)'!='Development'" />
</ItemGroup>

<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
Expand Down

0 comments on commit 218ab12

Please sign in to comment.