StaMa.StateMachine 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StaMa.StateMachine --version 2.3.0
                    
NuGet\Install-Package StaMa.StateMachine -Version 2.3.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="StaMa.StateMachine" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StaMa.StateMachine" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="StaMa.StateMachine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StaMa.StateMachine --version 2.3.0
                    
#r "nuget: StaMa.StateMachine, 2.3.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.
#addin nuget:?package=StaMa.StateMachine&version=2.3.0
                    
Install StaMa.StateMachine as a Cake Addin
#tool nuget:?package=StaMa.StateMachine&version=2.3.0
                    
Install StaMa.StateMachine as a Cake Tool

UML and Statechart inspired state machine library with hierarchical and orthogonal states.
See description on http://stama.org/.
This package includes:
- Portable assembly for .NET Framework 4, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8 and higher versions. Runs on Mono.
- Assembly for .NET Micro Framework 4.3
------ Features ------
Fork and join transitions.
Entry-, exit-, do- and transition-actions.
Guard conditions.
Shallow history.
Run-to-completion processing.
Provides Statecharts functionality comparable to SCXML.
Low garbage object creation during runtime.
Free from runtime thread synchronization calls.
Multiple state machine instances can be created from a single state machine definition.
Optional code generation based on Microsoft Visio diagrams.

Product Compatible and additional computed target framework versions.
.NET Micro Framework netmf43 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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.3.1.7 12,030 4/22/2016
2.3.0.2 1,556 8/17/2015
2.3.0.1 1,512 7/27/2015
2.3.0 1,573 7/26/2015
2.2.0.2 2,049 12/30/2014
2.2.0.1 1,789 12/29/2014