Skip to content

Commit 8cd9030

Browse files
committed
Updated gemstone/expressions version to 1.0.142
1 parent 1a71a0d commit 8cd9030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Gemstone.Expressions/Gemstone.Expressions.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.141</Version>
28-
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.141 -- Release Build</InformationalVersion>
29-
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.141 -- Debug Build</InformationalVersion>
27+
<Version>1.0.142</Version>
28+
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.142 -- Release Build</InformationalVersion>
29+
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.142 -- Debug Build</InformationalVersion>
3030
<Configurations>Debug;Release;Development</Configurations>
3131
</PropertyGroup>
3232

@@ -62,7 +62,7 @@
6262

6363
<ItemGroup>
6464
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
65-
<PackageReference Include="Gemstone.Common" Version="1.0.141" Condition="'$(Configuration)'!='Development'" />
65+
<PackageReference Include="Gemstone.Common" Version="1.0.142" Condition="'$(Configuration)'!='Development'" />
6666
</ItemGroup>
6767

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

0 commit comments

Comments
 (0)