Ariane 2.4.0

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

// Install Ariane as a Cake Tool
#tool nuget:?package=Ariane&version=2.4.0

Ariane is a very simple component to process message in JSON format with async generic queue like MSMQ or in memory

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Ariane:

Package Downloads
QMailer

Send mass email for aspnet with service bus

QMailer.Web

Install this assembly in aspnet project

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.58 2,697 6/4/2018
4.4.57 1,254 4/18/2018
4.3.56 1,346 12/7/2017
4.2.55.3 1,170 11/26/2017
4.2.54.2 1,268 10/15/2017
4.2.53.1 1,172 10/6/2017
4.2.52 1,264 7/7/2017
4.1.50 1,220 5/4/2017
4.1.49 1,274 4/14/2017
4.0.47 1,333 11/20/2016
4.0.46 1,642 11/7/2016
3.2.45.1 1,540 2/23/2016
3.2.44 1,353 2/18/2016
3.2.43 1,388 2/18/2016
3.2.42 1,339 2/7/2016
3.1.41.7 1,336 2/5/2016
3.1.40.6 1,333 2/3/2016
3.1.39.5 1,311 2/3/2016
3.1.38.4 1,407 1/2/2016
3.1.37.3 1,426 1/1/2016
3.1.36.2 1,413 10/26/2015
3.1.35.1 2,027 11/14/2014
3.1.35 1,769 11/14/2014
3.0.34.2 1,961 7/28/2014
3.0.34.1 1,742 7/14/2014
3.0.33 1,528 7/11/2014
3.0.32 2,033 3/27/2014
2.9.3.3-beta 1,250 2/11/2014
2.9.3.2-beta 1,295 2/11/2014
2.9.3.1-beta 1,274 1/22/2014
2.9.3-beta 1,258 1/22/2014
2.9.2 1,790 12/27/2013
2.9.1 1,739 12/12/2013
2.9.0 1,830 11/29/2013
2.8.0.5 1,522 11/26/2013
2.8.0.4 1,513 11/5/2013
2.8.0.3 1,683 10/25/2013
2.8.0.1 1,524 10/25/2013
2.7.0.3 1,515 10/21/2013
2.7.0.2 1,516 10/16/2013
2.7.0.1 1,528 9/29/2013
2.6.0 1,769 9/22/2013
2.5.0.2 1,522 9/16/2013
2.5.0.1 1,707 9/15/2013
2.5.0 1,581 9/15/2013
2.4.0 1,584 9/15/2013
2.3.0.1 1,711 9/12/2013
2.3.0 1,607 9/3/2013
2.2.0.4 1,736 8/13/2013
2.2.0.3 1,753 8/7/2013
2.2.0.1 1,766 8/5/2013
2.2.0 2,158 6/9/2013
2.1.0.4 1,635 6/4/2013
2.1.0.3 1,594 6/4/2013
2.1.0.2 1,594 6/3/2013
2.1.0.1 1,600 6/3/2013
2.1.0 1,640 6/3/2013
2.0.0.1 1,642 6/3/2013

2.4.0.0 Multi Readers by Queue
2.3.0.1 The send method is now generic
Adding direct send to reader for synchronous unit tests
2.3.0.0 IMessage refactored to generic
Allow send typed message or dynamic
2.2.0.4 Passing methods for Mediums in virtual for overriding
2.2.0.3 using dynamic in msmq
2.2.0.1 Allow null ReaderType in registration