Turtle.Retry by ApolluX

<PackageReference Include="Turtle.Retry" Version="1.1.1" />

 Turtle.Retry 1.1.1

Helps to get rid of repetitive retry logic.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Turtle.Retry</id>
    <version>1.1.1</version>
    <title>Turtle.Retry</title>
    <authors>ApolluX</authors>
    <owners>ApolluX</owners>
    <licenseUrl>https://raw.githubusercontent.com/apollux/Turtle/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/apollux/Turtle</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Helps to get rid of repetitive retry logic.</description>
    <releaseNotes>Fixes a bug in which the LimitedExponentialBackoffRetryStrategy could return negative TimeSpans.</releaseNotes>
    <copyright>Copyright 2016</copyright>
  </metadata>
</package>