2.0.0 (2019-06-02)
- namespaces: changed to match fluid behavior tree (6afdbe8)
- builders: removed class inheritance in favor of c# extensions (be1618a)
- git: added commitizen support (db87261)
- namespaces: Namespace must be converted from CleverCrow.FluidStateMachine to CleverCrow.Fluid.FSMs with a simple find a replace across your scripts
- builders: Current custom builders must be replaced with C# extensions that target the builder directly. See README.md section on extension for an example.