Skip to content

Releases: jnm2/AmbientTasks

Release list

1.0.1

Choose a tag to compare

@jnm2 jnm2 released this 11 Jan 02:16

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

Choose a tag to compare

@jnm2 jnm2 released this 01 Feb 20:17

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)