From c35b12ceb1b759499bbe6cdbc20df6a27a017828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 4 Sep 2024 08:52:16 +0200 Subject: [PATCH] Bump StackExchange.Redis to 2.8.12 --- build/LibraryVersions.g.cs | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index f4b8697146..681a239a35 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -160,7 +160,7 @@ public static partial class LibraryVersion new List { new("2.6.122"), - new("2.8.0"), + new("2.8.12"), } }, { diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index bed4eaf204..f538c5d1a3 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -42,7 +42,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index 2298caa974..9e63b04211 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -276,7 +276,7 @@ public static TheoryData StackExchangeRedis theoryData.Add(string.Empty); #else theoryData.Add("2.6.122"); - theoryData.Add("2.8.0"); + theoryData.Add("2.8.12"); #endif return theoryData; }