Skip to content

1.0.0

Compare
Choose a tag to compare
@sharwell sharwell released this 30 Jul 20:54
· 230 commits to master since this release

Initial stable release

Changes since Beta 2

  • Fixed a few minor bugs revealed by extensive testing
  • Add Progress<T> as a default implementation of IProgress<T>
  • Resolve #7 by moving methods to TaskBlocks
  • Update TaskBlocks.Using to support IAsyncDisposable as described in IAsyncDisposable, using statements, and async/await