Ariane 2.7.0.1

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

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

Ariane is a very simple component to process message in JSON format with async generic queue like MSMQ, Azure Service Bus, or  InMemory

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,713 6/4/2018
4.4.57 1,260 4/18/2018
4.3.56 1,352 12/7/2017
4.2.55.3 1,176 11/26/2017
4.2.54.2 1,274 10/15/2017
4.2.53.1 1,177 10/6/2017
4.2.52 1,270 7/7/2017
4.1.50 1,227 5/4/2017
4.1.49 1,280 4/14/2017
4.0.47 1,345 11/20/2016
4.0.46 1,649 11/7/2016
3.2.45.1 1,548 2/23/2016
3.2.44 1,358 2/18/2016
3.2.43 1,394 2/18/2016
3.2.42 1,344 2/7/2016
3.1.41.7 1,340 2/5/2016
3.1.40.6 1,338 2/3/2016
3.1.39.5 1,315 2/3/2016
3.1.38.4 1,411 1/2/2016
3.1.37.3 1,429 1/1/2016
3.1.36.2 1,419 10/26/2015
3.1.35.1 2,081 11/14/2014
3.1.35 1,774 11/14/2014
3.0.34.2 1,967 7/28/2014
3.0.34.1 1,749 7/14/2014
3.0.33 1,534 7/11/2014
3.0.32 2,043 3/27/2014
2.9.3.3-beta 1,255 2/11/2014
2.9.3.2-beta 1,299 2/11/2014
2.9.3.1-beta 1,278 1/22/2014
2.9.3-beta 1,262 1/22/2014
2.9.2 1,800 12/27/2013
2.9.1 1,747 12/12/2013
2.9.0 1,847 11/29/2013
2.8.0.5 1,532 11/26/2013
2.8.0.4 1,522 11/5/2013
2.8.0.3 1,693 10/25/2013
2.8.0.1 1,533 10/25/2013
2.7.0.3 1,525 10/21/2013
2.7.0.2 1,524 10/16/2013
2.7.0.1 1,536 9/29/2013
2.6.0 1,781 9/22/2013
2.5.0.2 1,531 9/16/2013
2.5.0.1 1,716 9/15/2013
2.5.0 1,589 9/15/2013
2.4.0 1,594 9/15/2013
2.3.0.1 1,719 9/12/2013
2.3.0 1,614 9/3/2013
2.2.0.4 1,746 8/13/2013
2.2.0.3 1,762 8/7/2013
2.2.0.1 1,775 8/5/2013
2.2.0 2,170 6/9/2013
2.1.0.4 1,643 6/4/2013
2.1.0.3 1,601 6/4/2013
2.1.0.2 1,601 6/3/2013
2.1.0.1 1,607 6/3/2013
2.1.0 1,647 6/3/2013
2.0.0.1 1,649 6/3/2013

2.7.0.1 Queue providers are inheritable
2.7.0.0 Support anonymous readers
2.6.0.0 Support FileSystem Queueing (FileMedium)
2.5.0.2 Fixed issue with json serialization msmq messages
2.5.0.1 Allow inherited reader without generic message type
2.5.0.0 Support Azure Message Bus
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