Skip to content

Commit

Permalink
Bump StackExchange.Redis to 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 4, 2024
1 parent 79a3e41 commit c35b12c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("2.6.122"),
new("2.8.0"),
new("2.8.12"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageVersion Include="Quartz.Extensions.DependencyInjection" Version="3.13.0" />
<PackageVersion Include="Quartz.Extensions.Hosting" Version="3.13.0" />
<PackageVersion Include="RabbitMQ.Client" Version="6.8.1" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.12" />
<PackageVersion Include="StrongNamer" Version="0.2.5" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
Expand Down
2 changes: 1 addition & 1 deletion test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public static TheoryData<string> StackExchangeRedis
theoryData.Add(string.Empty);
#else
theoryData.Add("2.6.122");
theoryData.Add("2.8.0");
theoryData.Add("2.8.12");
#endif
return theoryData;
}
Expand Down

0 comments on commit c35b12c

Please sign in to comment.