Previously, the release notes were living as individual pages on our blog. At the time we started to ship .NET platform libraries as individual NuGet packages, that was the solution with the least amount of overhead. Since we're now fully embracing open source on GitHub it seems much simpler to provide these release notes as Markdown pages.
1.6 KiB
1.6 KiB
System.Threading.Tasks.Dataflow
Information
Version History
4.5.25-beta-23019
- Package has been renamed to
System.Threading.Tasks.Dataflow
4.5.24
- Fix bug where
ActionBlock<T>stopped once its bounded capacity was reached - Fix bug where
InvalidOperationExceptionwas thrown instead ofTaskCanceledExceptionin certain cases
4.5.23
- Updated to stable, no other changes
4.5.22-beta
- Fixed issue resulting in
ActionBlock<T>stopping when its Bounded Capacity is reached.
4.5.20
- Updated to stable, no other changes
4.5.19-beta
- Added Windows Phone 8.1 support
4.5.16-alpha
- Added Windows Phone 8.0 support
4.5.14
- Announcement
- Updated license to remove Windows-only restriction
4.5.11
- Minor branding update
4.5.10.0
- Fixed bug that thorws when we connect
EncapsulateBlockwith aTargetBlock
4.5.7.0
- Added support for consuming nuget package from Portable Library project
- Platforms that are supported are Windows Store Apps and .Net 4.5
4.5.6.0
- Updated version information to .NET 4.5 RTM
- Added symbol package
- Updated branding to say "Windows Store Apps" instead of "Metro style apps"