Staty 2.1.0
See the version list below for details.
dotnet add package Staty --version 2.1.0
NuGet\Install-Package Staty -Version 2.1.0
<PackageReference Include="Staty" Version="2.1.0" />
paket add Staty --version 2.1.0
#r "nuget: Staty, 2.1.0"
// Install Staty as a Cake Addin #addin nuget:?package=Staty&version=2.1.0 // Install Staty as a Cake Tool #tool nuget:?package=Staty&version=2.1.0
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.
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,817 | 3/8/2018 |
2.1.2 | 3,873 | 8/11/2016 |
2.1.1 | 991 | 8/11/2016 |
2.1.0 | 1,034 | 7/6/2016 |
2.0.2 | 1,018 | 6/24/2016 |
2.0.1 | 1,063 | 5/23/2016 |
2.0.0 | 1,046 | 5/22/2016 |
1.0.5 | 1,052 | 3/24/2016 |
1.0.4 | 1,025 | 3/23/2016 |
1.0.3 | 1,005 | 3/23/2016 |
1.0.2 | 1,047 | 3/23/2016 |
1.0.1 | 990 | 3/23/2016 |
1.0.0 | 1,004 | 3/23/2016 |
Providing transition-event in Exit-method to enable specific behavior, depending on the occurred event.