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.
- 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.