<PackageReference Include="Polly" Version="2.2.2" />

Polly 2.2.2

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Polly</id>
    <version>2.2.2</version>
    <title>Polly</title>
    <authors>Michael Wolfenden</authors>
    <owners>Michael Wolfenden</owners>
    <licenseUrl>https://raw.github.com/michael-wolfenden/Polly/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/michael-wolfenden/Polly</projectUrl>
    <iconUrl>https://raw.github.com/michael-wolfenden/Polly/master/Polly.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <releaseNotes>2.2.2
---------------------
- Added extra `NotOnCapturedContext` call to prevent potential deadlocks when blocking on asynchronous calls

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 -&gt;  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</releaseNotes>
    <copyright>Copyright © 2015, Michael Wolfenden</copyright>
    <language>en-AU</language>
    <tags>Exception Handling Policy Retry Wait Circuit Breaker</tags>
  </metadata>
</package>