- Support for dotnet 6, 7, and NetStandard 2.0
- Extracted state machine configuration from state machine implementation.
- Added check for initial state configured
- Fixed resolving the given state
- Call OnExit() callbacks on ResetAsync()
- Marked termination nodes with second eclipse
- Improved performance
- Extended graph generating options
- Call OnExit() callbacks on Dispose
- Change logging and transitioning order