Skip to content

Commit

Permalink
Updated gemstone/comtrade version to 1.0.117
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed May 9, 2024
1 parent 7c3bf5d commit f026d81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Gemstone.COMTRADE/Gemstone.COMTRADE.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.116</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.116 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.116 -- Debug Build</InformationalVersion>
<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>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>

Expand Down Expand Up @@ -59,10 +59,10 @@

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

<ProjectReference Include="..\..\..\numeric\src\Gemstone.Numeric\Gemstone.Numeric.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.116" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.117" Condition="'$(Configuration)'!='Development'" />

<!-- <ProjectReference Include="..\..\..\threading\src\Gemstone.Threading\Gemstone.Threading.csproj" Condition="'$(Configuration)'=='Development'" /> -->
<!-- <PackageReference Include="Gemstone.Threading" Version="1.0.0" Condition="'$(Configuration)'!='Development'" /> -->
Expand Down

0 comments on commit f026d81

Please sign in to comment.