diff --git a/README.md b/README.md index cc55b0e9086..d7aee40cf96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback in a fluent and thread-safe manner. + +[![NuGet][package-badge-version]](#) +[![NuGet Downloads][package-badge-downloads]](#) + + [The .NET Foundation logo](https://www.dotnetfoundation.org/) We are a member of the [.NET Foundation](https://www.dotnetfoundation.org/about)! @@ -497,4 +502,6 @@ Help support this project by becoming a sponsor through [GitHub Sponsors](https: Licensed under the terms of the [New BSD License](https://opensource.org/license/bsd-3-clause/) +[package-badge-downloads]: https://img.shields.io/nuget/dt/Polly?logo=nuget&label=Downloads&color=blue +[package-badge-version]: https://img.shields.io/nuget/v/Polly?logo=nuget&label=Latest&color=blue [polly-docs]: https://www.pollydocs.org/