1.0.0
Initial stable release
- API Documentation and User Guide (see latest release)
- Distribution (via NuGet)
Changes since Beta 2
- Fixed a few minor bugs revealed by extensive testing
- Add
Progress<T>
as a default implementation ofIProgress<T>
- Resolve #7 by moving methods to
TaskBlocks
- Update
TaskBlocks.Using
to supportIAsyncDisposable
as described in IAsyncDisposable, using statements, and async/await