Skip to content

Commit

Permalink
Bump StackExchange.Redis from 2.7.33 to 2.8.0 (#77)
Browse files Browse the repository at this point in the history
* Bump StackExchange.Redis from 2.7.33 to 2.8.0

Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.7.33 to 2.8.0.
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.7.33...2.8.0)

---
updated-dependencies:
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: version bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Atchley <[email protected]>
  • Loading branch information
dependabot[bot] and JacobAtchley authored Jul 8, 2024
1 parent 92911ce commit 1e32d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LitRedis.Core/LitRedis.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>4.0.2</Version>
<Version>4.0.3</Version>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>

Expand All @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="StackExchange.Redis" Version="2.7.33" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 1e32d38

Please sign in to comment.