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.
- 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.
- 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.
- Initial release, targeting .NET Standard 2.0. Ability to track a
Task, invoke aFunc<Task>, post a synchronous or async callback to the current or specified synchronization context, and wait for all of the above.