Skip to content

Commit 1e8abfe

Browse files
committed
Updated gemstone/security version to 1.0.161
1 parent bc04fb7 commit 1e8abfe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/Gemstone.Security/Gemstone.Security.csproj

Lines changed: 5 additions & 5 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>
@@ -67,10 +67,10 @@
6767
<PackageReference Include="System.DirectoryServices" Version="8.0.0" />
6868

6969
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
70-
<PackageReference Include="Gemstone.Common" Version="1.0.160" Condition="'$(Configuration)'!='Development'" />
70+
<PackageReference Include="Gemstone.Common" Version="1.0.161" Condition="'$(Configuration)'!='Development'" />
7171

7272
<ProjectReference Include="..\..\..\numeric\src\Gemstone.Numeric\Gemstone.Numeric.csproj" Condition="'$(Configuration)'=='Development'" />
73-
<PackageReference Include="Gemstone.Numeric" Version="1.0.160" Condition="'$(Configuration)'!='Development'" />
73+
<PackageReference Include="Gemstone.Numeric" Version="1.0.161" Condition="'$(Configuration)'!='Development'" />
7474
</ItemGroup>
7575

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

0 commit comments

Comments
 (0)