QHsm 0.83.0

dotnet add package QHsm --version 0.83.0
NuGet\Install-Package QHsm -Version 0.83.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="QHsm" Version="0.83.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QHsm --version 0.83.0
#r "nuget: QHsm, 0.83.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 QHsm as a Cake Addin
#addin nuget:?package=QHsm&version=0.83.0

// Install QHsm as a Cake Tool
#tool nuget:?package=QHsm&version=0.83.0

Base classes that allow a hierarchical finite automata state-chart to be translated easily and directly into C# code.  Due to its tiny size and extraordinary performance, it is suitable for embedded or real-time systems.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
.NETPlatform dotnet54 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.83.0 1,550 5/6/2016
0.82.1 990 4/28/2016
0.81.3 1,290 4/27/2016
0.81.1 1,265 4/24/2016
0.8.1 1,263 4/23/2016
0.8.0 1,258 4/23/2016
0.7.3 954 4/22/2016
0.7.2 1,020 4/21/2016
0.7.1 967 3/31/2016
0.7.0 946 3/30/2016

Revised Task-based signatures to keep the state-machine always available.