Polly 1.1.0
Polly is a .NET 3.5/4.0/4.5 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>1.1.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 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>1.1.0
---------------------
- Added additional overloads to Retry
- Allow arbitrary data to be passed to policy execution</releaseNotes>
<copyright>Copyright © 2013, Michael Wolfenden</copyright>
<language>en-AU</language>
<tags>Exception Handling Policy Retry Wait Circuit Breaker</tags>
</metadata>
</package>