Skip to content

Commit ad3faf8

Browse files
committed
Updated gemstone/threading version to 1.0.161
1 parent b544e30 commit ad3faf8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Gemstone.Threading/Gemstone.Threading.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.160</Version>
28-
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.160 -- Release Build</InformationalVersion>
29-
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.160 -- Debug Build</InformationalVersion>
27+
<Version>1.0.161</Version>
28+
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.161 -- Release Build</InformationalVersion>
29+
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.161 -- Debug Build</InformationalVersion>
3030
<Configurations>Debug;Release;Development</Configurations>
3131
<Platforms>AnyCPU</Platforms>
3232
</PropertyGroup>
@@ -59,7 +59,7 @@
5959

6060
<ItemGroup>
6161
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
62-
<PackageReference Include="Gemstone.Common" Version="1.0.160" Condition="'$(Configuration)'!='Development'" />
62+
<PackageReference Include="Gemstone.Common" Version="1.0.161" Condition="'$(Configuration)'!='Development'" />
6363
</ItemGroup>
6464

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

0 commit comments

Comments
 (0)