Gridsum.DataflowEx 1.0.0-beta5

This is a prerelease version of Gridsum.DataflowEx.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Gridsum.DataflowEx --version 1.0.0-beta5                
NuGet\Install-Package Gridsum.DataflowEx -Version 1.0.0-beta5                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gridsum.DataflowEx" Version="1.0.0-beta5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gridsum.DataflowEx --version 1.0.0-beta5                
#r "nuget: Gridsum.DataflowEx, 1.0.0-beta5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gridsum.DataflowEx as a Cake Addin
#addin nuget:?package=Gridsum.DataflowEx&version=1.0.0-beta5&prerelease

// Install Gridsum.DataflowEx as a Cake Tool
#tool nuget:?package=Gridsum.DataflowEx&version=1.0.0-beta5&prerelease                

Gridsum.DataflowEx provides Object-Oriented extensions to TPL Dataflow library.
     You can easily write reusable components with mutable states and extension points while still having the power of low level blocks from TPL Dataflow. Other cool features include: Upstream failure propagation, built-in performance monitor, auto complete support, sql bulk inserter, etc. Find more at https://github.com/gridsum/dataflowex.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 273 2/6/2015
1.1.1 81 1/18/2015
1.1.0 88 12/18/2014
1.0.9.6 127 10/8/2014
1.0.9.5 81 9/30/2014
1.0.9.4 63 9/30/2014
1.0.9.3 63 9/29/2014
1.0.9.2 65 9/28/2014
1.0.9.1 67 9/26/2014
1.0.9 66 9/17/2014
1.0.9-beta 52 9/11/2014
1.0.8.2 74 9/3/2014
1.0.8.1 66 8/29/2014
1.0.8 77 8/28/2014
1.0.7 80 8/11/2014
1.0.6 67 8/5/2014
1.0.5 81 7/29/2014
1.0.4 61 7/28/2014
1.0.3 72 7/17/2014
1.0.2 64 7/16/2014
1.0.1 66 7/14/2014
1.0.0 69 7/10/2014
1.0.0-beta9 53 7/9/2014
1.0.0-beta8 61 7/1/2014
1.0.0-beta7 60 6/27/2014
1.0.0-beta6 53 5/22/2014
1.0.0-beta5 45 4/24/2014
1.0.0-beta4 48 4/21/2014
1.0.0-beta3 43 4/17/2014
1.0.0-beta2 46 4/15/2014
1.0.0-beta 45 4/11/2014

Beta5 release, with enhanced BlockContainer infrastructure