Skip to content

Commit

Permalink
Updated gemstone/comtrade version to 1.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Aug 13, 2024
1 parent d10be53 commit 2aeb447
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.126</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.126 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.126 -- Debug Build</InformationalVersion>
<Version>1.0.127</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.127 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.127 -- 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.126" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.127" Condition="'$(Configuration)'!='Development'" />

<ProjectReference Include="..\..\..\numeric\src\Gemstone.Numeric\Gemstone.Numeric.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.126" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.127" 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 2aeb447

Please sign in to comment.