Skip to content

Commit

Permalink
Updated gemstone/security version to 1.0.119
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfbuildbot committed Jun 13, 2024
1 parent f74715f commit b576985
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Gemstone.Security/Gemstone.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<PlatformTarget>AnyCPU</PlatformTarget>
<Version>1.0.118</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.118 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.118 -- Debug Build</InformationalVersion>
<Version>1.0.119</Version>
<InformationalVersion Condition="'$(Configuration)'=='Release'">1.0.119 -- Release Build</InformationalVersion>
<InformationalVersion Condition="'$(Configuration)'!='Release'">1.0.119 -- Debug Build</InformationalVersion>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>

Expand Down Expand Up @@ -63,10 +63,10 @@

<ItemGroup>
<ProjectReference Include="..\..\..\common\src\Gemstone\Gemstone.Common.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.118" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Common" Version="1.0.119" Condition="'$(Configuration)'!='Development'" />

<ProjectReference Include="..\..\..\numeric\src\Gemstone.Numeric\Gemstone.Numeric.csproj" Condition="'$(Configuration)'=='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.118" Condition="'$(Configuration)'!='Development'" />
<PackageReference Include="Gemstone.Numeric" Version="1.0.119" Condition="'$(Configuration)'!='Development'" />
</ItemGroup>

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

0 comments on commit b576985

Please sign in to comment.