diff --git a/source/Lite.StateMachine/Lite.StateMachine.csproj b/source/Lite.StateMachine/Lite.StateMachine.csproj
index a252d1e..7b67ff4 100644
--- a/source/Lite.StateMachine/Lite.StateMachine.csproj
+++ b/source/Lite.StateMachine/Lite.StateMachine.csproj
@@ -8,7 +8,7 @@
Lite State Machine
Flexible lightweight finite state machine (FSM) for .NET supporting shared context for passing parameters, composite (sub) states, command states, lazy-loading and thread safe. Cross-platform and optimized for speed for use in enterprise, robotic and even tiny applications.
- 2.2.0
+ 2.2.1
$(AssemblyVersion)
$(AssemblyVersion)
@@ -35,6 +35,8 @@
* Proprety: IsContextPersistent - Auto-cleans Context parameters added by substates.
* Renamed `RegisterCompositeChild(...)` to `RegisterSubComposite(...)` (breaking change)
+ true
+ snupkg