From 93b91c4359f436bda37f870c4453f25555b9bfd8 Mon Sep 17 00:00:00 2001 From: Joel Hulen Date: Mon, 13 Nov 2023 15:46:00 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cce5669..482c027 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Polly.Extensions.Http +> [!IMPORTANT] +> The `Microsoft.Extensions.Http.Polly` is deprecated in favor of the new [Microsoft.Extensions.Http.Resilience](https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience) package, as [detailed here](https://learn.microsoft.com/dotnet/core/resilience/). This new package is built on top of Polly, and it takes full advantage of the new Polly v8 features. + Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring [Polly](https://github.com/App-vNext/Polly) policies to handle transient faults typical of calls through HttpClient. Polly.Extensions.Http targets .NET Standard 1.1 and .NET Standard 2.0.