From 8072f0d8ffe4c5b2c0e425cc9244f2e8480aec1b Mon Sep 17 00:00:00 2001 From: Joel Hulen Date: Wed, 21 Jun 2023 12:11:50 -0400 Subject: [PATCH] Update README.md with v8 Alpha v2 release announcement --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409c632e102..479cca121e0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ > > Major performance improvements are on the way! Please see our [blog post](https://www.thepollyproject.org/2023/03/03/we-want-your-feedback-introducing-polly-v8/) to learn more and provide feedback in the [related GitHub issue](https://github.com/App-vNext/Polly/issues/1048). > -> :rotating_light: :rotating_light: **Polly v8 Alpha released!** :rotating_light: :rotating_light: -> - Find it on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.1) +> :rotating_light::rotating_light: **Polly v8 feature-complete!** :rotating_light::rotating_light: +> - Polly v8 Alpha 2 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.2) +> - The Alpha 2 version is considered feature-complete. After an internal review of the API to address unresolved issues, we will move on to a Beta release. > - The v8 docs are not yet finished, but you can take a look at sample code in these locations: > - Within the repo's new [Samples folder](https://github.com/App-vNext/Polly/tree/main/samples) > - By reading `Polly.Core`'s [README](https://github.com/App-vNext/Polly/blob/main/src/Polly.Core/README.md)