Banzai 1.2.9
See the version list below for details.
dotnet add package Banzai --version 1.2.9
NuGet\Install-Package Banzai -Version 1.2.9
<PackageReference Include="Banzai" Version="1.2.9" />
paket add Banzai --version 1.2.9
#r "nuget: Banzai, 1.2.9"
// Install Banzai as a Cake Addin
#addin nuget:?package=Banzai&version=1.2.9
// Install Banzai as a Cake Tool
#tool nuget:?package=Banzai&version=1.2.9
An easy async pipeline orchestration library
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Banzai:
Package | Downloads |
---|---|
Banzai.Autofac
An easy Autofac extension for registering nodes in Banzai |
|
Banzai.Log4Net
Log4Net Library for Banzai |
|
Cannula
A Chain of Responsibility pipeline implementation |
|
Banzai.Ioc.Autofac
An easy Autofac extension for registering nodes in Banzai |
|
Banzai.NLog
NLog Library for Banzai |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 25,758 | 12/7/2020 |
3.0.3 | 48,799 | 9/18/2018 |
3.0.2 | 1,769 | 9/17/2018 |
2.0.3.1 | 17,102 | 7/1/2015 |
2.0.1.1 | 2,262 | 5/22/2015 |
2.0.0.1 | 2,422 | 5/12/2015 |
1.3.1 | 2,847 | 2/10/2015 |
1.2.9 | 2,191 | 10/20/2014 |
1.2.8 | 2,100 | 10/20/2014 |
1.2.7 | 1,940 | 10/16/2014 |
1.2.6 | 1,957 | 10/16/2014 |
1.2.5 | 1,844 | 10/15/2014 |
1.2.4 | 1,704 | 10/15/2014 |
1.2.3 | 1,809 | 10/15/2014 |
1.2.1 | 1,746 | 10/13/2014 |
1.2.0 | 1,760 | 10/13/2014 |
1.1.1 | 1,743 | 10/12/2014 |
1.1.0 | 1,783 | 10/12/2014 |
1.0.14 | 1,802 | 10/10/2014 |
1.0.13 | 1,752 | 10/9/2014 |
1.0.12 | 1,743 | 10/8/2014 |
1.0.11 | 1,750 | 10/8/2014 |
1.0.10 | 1,776 | 10/7/2014 |
1.0.9 | 1,794 | 10/6/2014 |
1.0.8 | 1,731 | 10/6/2014 |
1.0.7 | 1,849 | 10/6/2014 |
1.0.6 | 1,616 | 10/6/2014 |
1.0.5 | 1,634 | 10/3/2014 |
1.0.4 | 1,592 | 10/3/2014 |
1.0.2 | 1,535 | 10/3/2014 |
1.0.1.15152 | 1,436 | 10/1/2014 |
1.0.0.42344 | 1,460 | 9/30/2014 |
https://github.com/eswann/Banzai/wiki
* Banzai.Autofac release only.
* Fixed a couple of problems with Registering ITransitionFuncNode. It seems that Autofac was having problems resolving some child interfaces with one generic parameter, so had to be more restrictive on interfaces registered as. Odd behavior, potentially an Autofac bug...this is a workaround.