MessagingBase 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MessagingBase --version 1.3.1
NuGet\Install-Package MessagingBase -Version 1.3.1
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="MessagingBase" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MessagingBase --version 1.3.1
#r "nuget: MessagingBase, 1.3.1"
#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 MessagingBase as a Cake Addin
#addin nuget:?package=MessagingBase&version=1.3.1

// Install MessagingBase as a Cake Tool
#tool nuget:?package=MessagingBase&version=1.3.1

BearBones messaging: lower-level framework, part of a contract-interface based distributed event framework for .Net

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MessagingBase:

Package Downloads
SevenDigital.Messaging

A distributed contracts-based sender/handler messaging system built on RabbitMQ and BearBones-Messaging

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 1,659 6/13/2014
1.4.0 1,252 3/18/2014
1.3.2 1,390 3/17/2014
1.3.1 1,338 3/14/2014
1.3.0 1,379 3/13/2014
1.2.5 1,149 1/9/2014
1.2.4 1,154 1/6/2014
1.2.3 1,347 11/11/2013
1.2.2 1,235 10/16/2013
1.2.1 1,345 7/18/2013
1.1.1 1,179 7/16/2013
1.1.0 1,286 6/25/2013
1.0.5 1,269 6/7/2013
1.0.4 1,259 6/5/2013
1.0.3 1,211 6/3/2013
1.0.2 1,237 6/3/2013
1.0.1 1,205 5/21/2013
1.0.0 1,209 5/21/2013

Added support for creating topic exchanges.