Ariane 2.5.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ariane --version 2.5.0.2
                    
NuGet\Install-Package Ariane -Version 2.5.0.2
                    
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.5.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ariane" Version="2.5.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Ariane" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ariane --version 2.5.0.2
                    
#r "nuget: Ariane, 2.5.0.2"
                    
#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.
#:package Ariane@2.5.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ariane&version=2.5.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Ariane&version=2.5.0.2
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.35.1 359 11/14/2014
3.1.35 186 11/14/2014
3.0.34.2 348 7/28/2014
3.0.34.1 218 7/14/2014
3.0.33 93 7/11/2014
3.0.32 145 3/27/2014
2.9.3.3-beta 57 2/11/2014
2.9.3.2-beta 58 2/11/2014
2.9.3.1-beta 56 1/22/2014
2.9.3-beta 55 1/22/2014
2.9.2 98 12/27/2013
2.9.1 97 12/12/2013
2.9.0 101 11/29/2013
2.8.0.5 73 11/26/2013
2.8.0.4 71 11/5/2013
2.8.0.3 99 10/25/2013
2.8.0.1 82 10/25/2013
2.7.0.3 74 10/21/2013
2.7.0.2 74 10/16/2013
2.7.0.1 72 9/29/2013
2.6.0 79 9/22/2013
2.5.0.2 73 9/16/2013
2.5.0.1 78 9/15/2013
2.5.0 76 9/15/2013
2.4.0 76 9/15/2013
2.3.0.1 78 9/12/2013
2.3.0 75 9/3/2013
2.2.0.4 78 8/13/2013
2.2.0.3 76 8/7/2013
2.2.0.1 75 8/5/2013
2.2.0 143 6/9/2013
2.1.0.4 67 6/4/2013
2.1.0.3 69 6/4/2013
2.1.0.2 69 6/3/2013
2.1.0.1 70 6/3/2013
2.1.0 71 6/3/2013
2.0.0.1 69 6/3/2013

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