Skip to content

Commit 1acb88a

Browse files
Update samples to alpha 6
Update the samples and README to reference alpha 6.
1 parent 114b4ed commit 1acb88a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<MicrosoftExtensionsVersion>7.0.0</MicrosoftExtensionsVersion>
44
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5-
<PollyVersion>8.0.0-alpha.5</PollyVersion>
5+
<PollyVersion>8.0.0-alpha.6</PollyVersion>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageVersion Include="coverlet.msbuild" Version="6.0.0" />

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
> 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).
66
>
77
> :rotating_light::rotating_light: **Polly v8 feature-complete!** :rotating_light::rotating_light:
8-
> - Polly v8 Alpha 5 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.5)
9-
> - The Alpha 5 version is considered feature-complete. After an internal review of the API to address unresolved issues, we will move on to a Beta release.
8+
> - Polly v8 Alpha 6 is now available on [NuGet.org](https://www.nuget.org/packages/Polly/8.0.0-alpha.6)
9+
> - The Alpha 6 version is considered feature-complete. After an internal review of the API to address unresolved issues, we will move on to a Beta release.
1010
> - The v8 docs are not yet finished, but you can take a look at sample code in these locations:
1111
> - Within the repo's new [Samples folder](https://github.com/App-vNext/Polly/tree/main/samples)
1212
> - By reading `Polly.Core`'s [README](https://github.com/App-vNext/Polly/blob/main/src/Polly.Core/README.md)

0 commit comments

Comments
 (0)