Staty 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Staty --version 2.0.0
NuGet\Install-Package Staty -Version 2.0.0
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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Staty --version 2.0.0
#r "nuget: Staty, 2.0.0"
#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.0.0

// Install Staty as a Cake Tool
#tool nuget:?package=Staty&version=2.0.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.

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,761 3/8/2018
2.1.2 3,763 8/11/2016
2.1.1 960 8/11/2016
2.1.0 1,003 7/6/2016
2.0.2 995 6/24/2016
2.0.1 1,025 5/23/2016
2.0.0 1,019 5/22/2016
1.0.5 1,020 3/24/2016
1.0.4 999 3/23/2016
1.0.3 990 3/23/2016
1.0.2 1,013 3/23/2016
1.0.1 962 3/23/2016
1.0.0 977 3/23/2016

Added generically typed event-data to avoid casting in each Enter method.