Skip to content

Commit 4b3587a

Browse files
committed
Updated gemstone/logging version to 1.0.122
1 parent 01f185f commit 4b3587a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

@@ -55,7 +55,7 @@
5555

5656
<ItemGroup>
5757
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
58-
<PackageReference Include="Gemstone.Common" Version="1.0.121" Condition="'$(Configuration)'!='Development'" />
58+
<PackageReference Include="Gemstone.Common" Version="1.0.122" Condition="'$(Configuration)'!='Development'" />
5959

6060
<!-- <ProjectReference Include="..\..\..\expressions\src\Gemstone.Expressions\Gemstone.Expressions.csproj" Condition="'$(Configuration)'=='Development'" /> -->
6161
<!-- <PackageReference Include="Gemstone.Expressions" Version="1.0.0" Condition="'$(Configuration)'!='Development'" /> -->

0 commit comments

Comments
 (0)