Skip to content

Releases: Techsola/AmbientTasks

1.0.1

11 Jan 02:16
Compare
Choose a tag to compare

Published to https://www.nuget.org/packages/AmbientTasks/1.0.1

Release notes

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.

(https://github.com/Techsola/AmbientTasks/blob/v1.0.1/CHANGELOG.md#101---2021-01-10)

1.0.0

01 Feb 20:17
Compare
Choose a tag to compare

Published to https://www.nuget.org/packages/AmbientTasks/1.0.0

Release notes

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.

(https://github.com/Techsola/AmbientTasks/blob/v1.0.1/CHANGELOG.md#100---2020-02-01)