Paramore.Brighter.CommandProcessor.ExceptionPolicy by Ian Cooper

<PackageReference Include="Paramore.Brighter.CommandProcessor.ExceptionPolicy" Version="1.0.2" />

 Paramore.Brighter.CommandProcessor.ExceptionPolicy 1.0.2

Brighter is a .NET implementation of the Command Processor and Command Dispatcher patterns. It decouples invoker from target and provides common services to the command pipeline.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Paramore.Brighter.CommandProcessor.ExceptionPolicy</id>
    <version>1.0.2.0</version>
    <title>Paramore.Brighter.CommandProcessor.ExceptionPolicy</title>
    <authors>Ian Cooper</authors>
    <owners>Ian Cooper</owners>
    <licenseUrl>http://ianhammondcooper.mit-license.org/</licenseUrl>
    <projectUrl>http://iancooper.github.io/Paramore/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Brighter is a .NET implementation of the Command Processor and Command Dispatcher patterns. It decouples invoker from target and provides common services to the command pipeline.</description>
    <summary>Provides an integration between Polly's declarative exception policy (retry and circuit breaker) and the Brighter pipeline, allowing declaration of policy on handlers for exceptions.</summary>
    <releaseNotes>Early alpha, intended to support Progressive.NET 2014 release, updates to follow</releaseNotes>
    <copyright>Copyright ©  Ian Cooper 2014</copyright>
    <language>en-GB</language>
    <tags>.NET</tags>
    <dependencies>
      <dependency id="CommonServiceLocator" version="1.2" />
      <dependency id="Polly" version="2.0.0" />
      <dependency id="Common.Logging" version="2.2.0" />
      <dependency id="Paramore.Brighter.CommandProcessor" version="1.0.2.0" />
    </dependencies>
  </metadata>
</package>