Staty 2.1.3
dotnet add package Staty --version 2.1.3
NuGet\Install-Package Staty -Version 2.1.3
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="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.
#r "nuget: Staty, 2.1.3"
#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 Staty as a Cake Addin #addin nuget:?package=Staty&version=2.1.3 // Install Staty as a Cake Tool #tool nuget:?package=Staty&version=2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
2.1.3 | 1,815 | 3/8/2018 |
2.1.2 | 3,870 | 8/11/2016 |
2.1.1 | 989 | 8/11/2016 |
2.1.0 | 1,032 | 7/6/2016 |
2.0.2 | 1,016 | 6/24/2016 |
2.0.1 | 1,061 | 5/23/2016 |
2.0.0 | 1,044 | 5/22/2016 |
1.0.5 | 1,050 | 3/24/2016 |
1.0.4 | 1,023 | 3/23/2016 |
1.0.3 | 1,003 | 3/23/2016 |
1.0.2 | 1,045 | 3/23/2016 |
1.0.1 | 988 | 3/23/2016 |
1.0.0 | 1,002 | 3/23/2016 |
- Fixed mixed parameters in InvalidTransitionException