Releases: Latency/AsyncTask
Releases · Latency/AsyncTask
v2.3.2
Changed property in EventHandler.TaskEvent from protected to public.
v2.3.1
Added 'TaskEvent.Cancel()' which was left out and signals the CancellationToken.
Added enum TaskEventStatus.
Updated versioning.
v2.3.0
Fixed exception handling not being entirely correct for cancellation operations.
Updated README.md and split background into DataModel.MD.
Binaries per version are now included within the source.
v2.2.0
Support for .NET 4.7.1 and .NET Core 2.0
Changed TaskEvent to include additional constructors and clean up constructor handling.
Simplified use for API overall.
Revamped unit tests and GUI for the new versoin.