Basco 1.0.3

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

// Install Basco as a Cake Tool
#tool nuget:?package=Basco&version=1.0.3

Simple and easy testable (TDD) state machine.
Only 3 simple steps needed.
1) Define triggers (enum)
2) Create states (IState)
3) Implement configurator (IBascoConfigurator)

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Basco:

Package Downloads
Basco.NinjectExtensions

Simplified Ninject bindings for Basco.

Basco.Log4NetExtensions

Log4Net logging extensions for Basco

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.3 2,053 9/11/2014
1.5.2 1,672 9/11/2014
1.5.1 1,628 9/11/2014
1.4.0 1,379 8/25/2014
1.3.1 1,291 8/21/2014
1.3.0 1,848 8/14/2014
1.2.1 1,730 7/4/2014
1.2.0 1,411 7/3/2014
1.1.2 1,816 6/27/2014
1.1.1 1,495 6/20/2014
1.1.0 1,719 6/5/2014
1.0.4 1,509 5/23/2014
1.0.3 1,294 5/22/2014
1.0.2 1,300 5/8/2014

Initial release