Helpful.CircuitBreaker 4.1.0

dotnet add package Helpful.CircuitBreaker --version 4.1.0
NuGet\Install-Package Helpful.CircuitBreaker -Version 4.1.0
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="Helpful.CircuitBreaker" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Helpful.CircuitBreaker --version 4.1.0
#r "nuget: Helpful.CircuitBreaker, 4.1.0"
#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 Helpful.CircuitBreaker as a Cake Addin
#addin nuget:?package=Helpful.CircuitBreaker&version=4.1.0

// Install Helpful.CircuitBreaker as a Cake Tool
#tool nuget:?package=Helpful.CircuitBreaker&version=4.1.0

A simple circuit breaker library for .NET projects. Can be configured with minimal code.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 5,440 2/4/2016
4.0.0 21,043 11/14/2015
3.1.0 2,956 7/14/2015
3.0.1 7,203 2/18/2015
3.0.0 1,403 2/18/2015
2.1.1 4,456 3/5/2015
2.1.0 1,669 2/5/2015
2.0.1 1,363 2/3/2015
2.0.0 1,321 1/23/2015
1.1.1 1,314 1/13/2015
1.1.0 1,663 12/10/2014
1.0.4 1,531 12/8/2014
1.0.3 1,407 11/27/2014
1.0.2 1,416 11/27/2014
1.0.1 1,416 10/11/2014
1.0.0 1,347 9/5/2014

# Updated to .NET 4.6
       # Added async support
       # Bug fix for UseImmediateFailureRetry flag