Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1011 Bytes

File metadata and controls

24 lines (13 loc) · 1011 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • The namespace is changing to the individual author's new personal namespace, Instrumental. This reflects that the individual author is now the copyright holder rather than the company whose namespace was previously used.

[1.0.1] - 2021-01-10

Changed

  • Debug symbols are no longer in the NuGet package and are now published to the NuGet symbol location that is built in to Visual Studio. See the readme to load debug symbols for prerelease builds from MyGet.

[1.0.0] - 2020-02-01

Added

  • Initial release, targeting .NET Standard 2.0. Ability to track a Task, invoke a Func<Task>, post a synchronous or async callback to the current or specified synchronization context, and wait for all of the above.