Skip to content

Commit

Permalink
Updated gemstone/threading version to 1.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Dec 15, 2023
1 parent 48166cf commit 6f59578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Gemstone.Threading/Gemstone.Threading.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.102</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.102 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.102 -- Debug Build</InformationalVersion>
<Version>1.0.106</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.106 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.106 -- Debug Build</InformationalVersion>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>

Expand Down Expand Up @@ -56,7 +56,7 @@

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

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

0 comments on commit 6f59578

Please sign in to comment.