Skip to content

Commit 1f6af58

Browse files
committed
Updated gemstone/threading version to 1.0.144
1 parent 2587337 commit 1f6af58

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.143</Version>
28-
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.143 -- Release Build</InformationalVersion>
29-
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.143 -- Debug Build</InformationalVersion>
27+
<Version>1.0.144</Version>
28+
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.144 -- Release Build</InformationalVersion>
29+
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.144 -- Debug Build</InformationalVersion>
3030
<Configurations>Debug;Release;Development</Configurations>
3131
</PropertyGroup>
3232

@@ -58,7 +58,7 @@
5858

5959
<ItemGroup>
6060
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
61-
<PackageReference Include="Gemstone.Common" Version="1.0.143" Condition="'$(Configuration)'!='Development'" />
61+
<PackageReference Include="Gemstone.Common" Version="1.0.144" Condition="'$(Configuration)'!='Development'" />
6262
</ItemGroup>
6363

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

0 commit comments

Comments
 (0)