Appccelerate.StateMachine.JetBrains 2.2.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Appccelerate.StateMachine.JetBrains --version 2.2.0.1
NuGet\Install-Package Appccelerate.StateMachine.JetBrains -Version 2.2.0.1
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="Appccelerate.StateMachine.JetBrains" Version="2.2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Appccelerate.StateMachine.JetBrains --version 2.2.0.1
#r "nuget: Appccelerate.StateMachine.JetBrains, 2.2.0.1"
#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 Appccelerate.StateMachine.JetBrains as a Cake Addin
#addin nuget:?package=Appccelerate.StateMachine.JetBrains&version=2.2.0.1

// Install Appccelerate.StateMachine.JetBrains as a Cake Tool
#tool nuget:?package=Appccelerate.StateMachine.JetBrains&version=2.2.0.1

Hierarchical state machine with fluent definition syntax
     Features:
     states and events can be defined with enums, strings or ints - resulting in single class state machines,
     actions on transitions, entry and exit actions, transition guards,
     hierarchical with different history behaviors to initialize state always to same state or last active state,
     fluent definition interface,
     synchronous/asynchronous state machine (passive state machine handles state transitions synchronously, active state machine handles state transitions asynchronously on the worker thread of the state machine),
     extensible thorough logging,
     state machine report for description of state machine (csv, yEd)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Appccelerate.StateMachine.JetBrains:

Repository Stars
hhariri/CleanCode
ReSharper Plugins
Version Downloads Last updated

Re-packed by JetBrains for .NET45 exclusively to support Mono