Skip to content

v7.5.2

Choose a tag to compare

@ioancrisan ioancrisan released this 20 Mar 00:02
· 2015 commits to master since this release
  • Plugins

    • Allow Uninstallation from PendingInitializationState.
    • Added plugin state machine doc (Visio).
  • Workflow

    • Added primary state machine support in workflow.
    • Made StateMachineBase loggable, fixed TransitionAsync.
  • Core

    • Breaking change: IMethodInfo renamed to IOperationInfo.
    • IAsyncOperation merged into IOperation for netstandard2.1.
    • Added more nullability constraints.