Polly-Signed 2.2.1

dotnet add package Polly-Signed --version 2.2.1
NuGet\Install-Package Polly-Signed -Version 2.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Polly-Signed" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Polly-Signed --version 2.2.1
#r "nuget: Polly-Signed, 2.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Polly-Signed as a Cake Addin
#addin nuget:?package=Polly-Signed&version=2.2.1

// Install Polly-Signed as a Cake Tool
#tool nuget:?package=Polly-Signed&version=2.2.1

Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (Profile 259) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Polly-Signed:

Repository Stars
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
OfficeDev/BotBuilder-MicrosoftTeams
Microsoft Bot Builder extension library for developing bots for Microsoft Teams
gpailler/MegaApiClient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
OfficeDev/microsoft-teams-apps-icebreaker
Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
OfficeDev/microsoft-teams-sample-complete-csharp
A template for building complex bots for Microsoft Teams - C# version
Version Downloads Last updated
2.2.1 538 2/15/2015
2.2.0 3,032 1/25/2015
2.1.0 684 11/28/2014
2.0.0 401 3/13/2014

2.2.1
---------------------
- Replaced non-blocking sleep implementation with a blocking one for PCL

2.2.0
---------------------
- Added Async Support (PCL)
- PCL Profile updated from Profile78 ->  Profile 259
- Added missing WaitAndRetryAsync overload

2.1.0
---------------------
- Added Async Support (.NET Framework 4.5 Only)

2.0.0
---------------------
- Added Portable Class Library
- The "Polly" NuGet package is now no longer strongly named. The strongly named NuGet package is now "Polly-Signed"

1.1.0
---------------------
- Added additional overloads to Retry
- Allow arbitrary data to be passed to policy execution