From 99896321759e809feb3ea58ee339ff73cd6bf445 Mon Sep 17 00:00:00 2001 From: Momchil Zanev <108741271+mzanev@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:25:56 +0200 Subject: [PATCH] Updated StackExchange.Redis dependency (#1533) --- upgrade/2024/2024-q4-18-3-24-1112.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/upgrade/2024/2024-q4-18-3-24-1112.md b/upgrade/2024/2024-q4-18-3-24-1112.md index b4907db0c..7f1f19ecf 100644 --- a/upgrade/2024/2024-q4-18-3-24-1112.md +++ b/upgrade/2024/2024-q4-18-3-24-1112.md @@ -21,7 +21,7 @@ This article explains the manual changes required when upgrading to Telerik Repo The built-in internal Utility function GetUri(uriString, uriKind) is no longer available. Please use the built-in Uri(uriString, uriKind) function instead. ### ASP.NET WebForms Report Viewer -The ASP.NET WebForms Report Viewer is no longer distributed with Telerik Reporting. Please use its successor - the [HTML5 ASP.NET WebForms Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-asp.net-web-forms-report-viewer/overview%}) +The ASP.NET WebForms Report Viewer is no longer distributed with Telerik Reporting. Please use its successor - the [HTML5 ASP.NET WebForms Report Viewer]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-asp.net-web-forms-report-viewer/overview%}). ### WinUI Report Viewer @@ -130,5 +130,4 @@ The internal cache uses SQLite version __3.33.0__ for .NET Framework projects an The [REST Service]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/overview%}) with [Redis Storage implementation]({%slug telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/rest-service-storage/how-to-use-redis-storage%}) depends on one of the following: -* StackExchange.Redis.StrongName version 1.0.320 or greater for projects targeting .NET Framework 4.6.2. -* StackExchange.Redis version 2.6.122 or greater for projects targeting .NET Framework 4.6.2+ or .NET 6+. +* StackExchange.Redis version 2.8.16 or greater.