Amazon.SimpleWorkflow.Extensions 1.2.2

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

// Install Amazon.SimpleWorkflow.Extensions as a Cake Tool
#tool nuget:?package=Amazon.SimpleWorkflow.Extensions&version=1.2.2

This library provides:
     - an intuitive API for modelling workflows with Amazon's SimpleWorkflow service
     - mechanism to automatically exchange data between chained activities/workflows
     - mechanism to automatically retry failed activities/workflows up to a max number of attempts
     - a convention based versioning scheme for your activities
     - mechanism to automatically register domains/workflows/activities
     - mechanism to automatically register heartbeats for activities

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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
1.2.2 7,079 8/19/2014
1.2.1 1,447 8/13/2014
1.2.0 1,558 8/6/2014
1.2.0-beta3 1,275 4/16/2014
1.2.0-beta2 1,180 4/3/2014
1.2.0-beta 1,183 11/6/2013
1.1.3 1,946 7/2/2013
1.1.2 1,451 6/15/2013
1.1.1 1,521 3/27/2013
1.1.0 1,703 3/15/2013
1.0.4 1,516 3/3/2013
1.0.3 1,504 2/20/2013
1.0.2 1,440 2/18/2013
1.0.1 1,385 2/15/2013
1.0.0 1,412 2/8/2013

Respect the max length on `reason` and `details` in the RespondActivityTaskFailure call