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

Polly 2.0.0

Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library library 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.0.0</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 library 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.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 © 2014, Michael Wolfenden</copyright>
    <language>en-AU</language>
    <tags>Exception Handling Policy Retry Wait Circuit Breaker</tags>
  </metadata>
</package>