Staty 2.1.3
Staty is a smart state-machine for .NET. Written as C# portable class library (PCL), Staty comes as an expressive event-driven state-machine with features like concurrence-safety, external and interal events, separate classes per state, entry and exit actions and a fluent syntax to configure the state-machine.
Install-Package Staty -Version 2.1.3
dotnet add package Staty --version 2.1.3
<PackageReference Include="Staty" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Staty --version 2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- Fixed mixed parameters in InvalidTransitionException
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.