Skip to content

Commit 7281c01

Browse files
committed
Updated gemstone/threading version to 1.0.157
1 parent 65e76f1 commit 7281c01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.156</Version>
28-
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.156 -- Release Build</InformationalVersion>
29-
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.156 -- Debug Build</InformationalVersion>
27+
<Version>1.0.157</Version>
28+
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.157 -- Release Build</InformationalVersion>
29+
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.157 -- 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.156" Condition="'$(Configuration)'!='Development'" />
62+
<PackageReference Include="Gemstone.Common" Version="1.0.157" Condition="'$(Configuration)'!='Development'" />
6363
</ItemGroup>
6464

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

0 commit comments

Comments
 (0)