Skip to content

v4.0.1

Compare
Choose a tag to compare
@TheCodeTraveler TheCodeTraveler released this 13 Dec 17:18

New In This Release:

  • Added Support for ValueTask in SafeFireAndForget
  • Added Support for ValueTask
  • Added IAsyncValueCommand : ICommand
  • Added AsyncValueCommand : IAsyncValueCommand
  • Added IAsyncValueCommand<T>; : ICommand
  • Added AsyncValueCommand<T>; : IAsyncValueCommand<T>
  • Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand