Gridsum.DataflowEx 1.0.0-beta3

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-beta3
NuGet\Install-Package Gridsum.DataflowEx -Version 1.0.0-beta3
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-beta3" />
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-beta3
#r "nuget: Gridsum.DataflowEx, 1.0.0-beta3"
#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-beta3&prerelease

// Install Gridsum.DataflowEx as a Cake Tool
#tool nuget:?package=Gridsum.DataflowEx&version=1.0.0-beta3&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 TPL Dataflow low level blocks. Other cool features include: Upstream failure propagation, built-in performance monitor, auto complete support, etc.

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 272 2/6/2015
1.1.1 80 1/18/2015
1.1.0 87 12/18/2014
1.0.9.6 126 10/8/2014
1.0.9.5 80 9/30/2014
1.0.9.4 61 9/30/2014
1.0.9.3 61 9/29/2014
1.0.9.2 64 9/28/2014
1.0.9.1 65 9/26/2014
1.0.9 64 9/17/2014
1.0.9-beta 51 9/11/2014
1.0.8.2 72 9/3/2014
1.0.8.1 64 8/29/2014
1.0.8 75 8/28/2014
1.0.7 79 8/11/2014
1.0.6 65 8/5/2014
1.0.5 80 7/29/2014
1.0.4 59 7/28/2014
1.0.3 70 7/17/2014
1.0.2 63 7/16/2014
1.0.1 65 7/14/2014
1.0.0 67 7/10/2014
1.0.0-beta9 51 7/9/2014
1.0.0-beta8 59 7/1/2014
1.0.0-beta7 59 6/27/2014
1.0.0-beta6 51 5/22/2014
1.0.0-beta5 43 4/24/2014
1.0.0-beta4 46 4/21/2014
1.0.0-beta3 41 4/17/2014
1.0.0-beta2 44 4/15/2014
1.0.0-beta 44 4/11/2014

Beta3 release, with pattern match facilities added