Skip to content

Releases: michael-damatov/shuriken

v2.0.0

11 Oct 18:27
Compare
Choose a tag to compare
  • adds support for .NET Core 3
  • adds support for nullable reference types

Breaking Changes

  • The Dispose method of the ApplicationMonitorScope class renamed to DisposeAsync.

Demo

  • .NET Core demo requires the .NET Core Desktop Runtime
  • .NET Framework demo required the .NET Framework Runtime

v1.3.2

18 Sep 19:27
Compare
Choose a tag to compare
  • fixes an issue to skip raising change notifications for can execute callbacks when the corresponding command becomes null

v1.3.1

02 Sep 19:37
Compare
Choose a tag to compare
  • fixes an issue when an observable property is changed exactly in time between the monitor captures its value

v1.3

24 May 08:03
Compare
Choose a tag to compare
  • allows the library to be called by partially trusted code

v1.2

23 May 21:34
Compare
Choose a tag to compare
  • make assembly CLS-Compliant

v1.1

13 Aug 18:50
Compare
Choose a tag to compare
  • Re-engineered commands with built-in configurable cancellation and light-weight progress reporting
  • Full-featured asynchronous command, s. AsyncCommand and AsyncCommand<T>
  • ETW event capturing

Initial Release

31 Dec 00:12
Compare
Choose a tag to compare

The initial release