Skip to content

Commit

Permalink
bump StackExchange.Redis to 2.8.0 @v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacjman committed Jul 14, 2024
1 parent 7a49f94 commit 2be4bc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>redis connection health check module for dot net standard</Description>
<RepositoryUrl>https://github.com/cerberix/util-nuget-healthcheck/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Cerberix.HealthCheck" Version="1.2.0" />
<PackageReference Include="StackExchange.Redis" Version="2.0.519" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<!-- Ensure the LICENSE is included in the package -->
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
<!-- Ensure the icon file is included in the package -->
Expand Down

0 comments on commit 2be4bc8

Please sign in to comment.