Ariane 3.1.35
See the version list below for details.
dotnet add package Ariane --version 3.1.35
NuGet\Install-Package Ariane -Version 3.1.35
<PackageReference Include="Ariane" Version="3.1.35" />
paket add Ariane --version 3.1.35
#r "nuget: Ariane, 3.1.35"
// Install Ariane as a Cake Addin #addin nuget:?package=Ariane&version=3.1.35 // Install Ariane as a Cake Tool #tool nuget:?package=Ariane&version=3.1.35
Ariane is a very simple component to process message in JSON format with async generic queue like MSMQ, Azure Service Bus, File or InMemory
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 4.5.11)
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,750 | 6/4/2018 |
4.4.57 | 1,287 | 4/18/2018 |
4.3.56 | 1,379 | 12/7/2017 |
4.2.55.3 | 1,199 | 11/26/2017 |
4.2.54.2 | 1,296 | 10/15/2017 |
4.2.53.1 | 1,204 | 10/6/2017 |
4.2.52 | 1,294 | 7/7/2017 |
4.1.50 | 1,251 | 5/4/2017 |
4.1.49 | 1,308 | 4/14/2017 |
4.0.47 | 1,370 | 11/20/2016 |
4.0.46 | 1,682 | 11/7/2016 |
3.2.45.1 | 1,569 | 2/23/2016 |
3.2.44 | 1,389 | 2/18/2016 |
3.2.43 | 1,420 | 2/18/2016 |
3.2.42 | 1,367 | 2/7/2016 |
3.1.41.7 | 1,363 | 2/5/2016 |
3.1.40.6 | 1,363 | 2/3/2016 |
3.1.39.5 | 1,337 | 2/3/2016 |
3.1.38.4 | 1,434 | 1/2/2016 |
3.1.37.3 | 1,449 | 1/1/2016 |
3.1.36.2 | 1,448 | 10/26/2015 |
3.1.35.1 | 2,168 | 11/14/2014 |
3.1.35 | 1,796 | 11/14/2014 |
3.0.34.2 | 1,982 | 7/28/2014 |
3.0.34.1 | 1,772 | 7/14/2014 |
3.0.33 | 1,562 | 7/11/2014 |
3.0.32 | 2,068 | 3/27/2014 |
2.9.3.3-beta | 1,275 | 2/11/2014 |
2.9.3.2-beta | 1,324 | 2/11/2014 |
2.9.3.1-beta | 1,294 | 1/22/2014 |
2.9.3-beta | 1,279 | 1/22/2014 |
2.9.2 | 1,816 | 12/27/2013 |
2.9.1 | 1,779 | 12/12/2013 |
2.9.0 | 1,872 | 11/29/2013 |
2.8.0.5 | 1,553 | 11/26/2013 |
2.8.0.4 | 1,548 | 11/5/2013 |
2.8.0.3 | 1,715 | 10/25/2013 |
2.8.0.1 | 1,556 | 10/25/2013 |
2.7.0.3 | 1,542 | 10/21/2013 |
2.7.0.2 | 1,550 | 10/16/2013 |
2.7.0.1 | 1,558 | 9/29/2013 |
2.6.0 | 1,810 | 9/22/2013 |
2.5.0.2 | 1,557 | 9/16/2013 |
2.5.0.1 | 1,749 | 9/15/2013 |
2.5.0 | 1,613 | 9/15/2013 |
2.4.0 | 1,602 | 9/15/2013 |
2.3.0.1 | 1,753 | 9/12/2013 |
2.3.0 | 1,639 | 9/3/2013 |
2.2.0.4 | 1,770 | 8/13/2013 |
2.2.0.3 | 1,791 | 8/7/2013 |
2.2.0.1 | 1,796 | 8/5/2013 |
2.2.0 | 2,200 | 6/9/2013 |
2.1.0.4 | 1,668 | 6/4/2013 |
2.1.0.3 | 1,624 | 6/4/2013 |
2.1.0.2 | 1,627 | 6/3/2013 |
2.1.0.1 | 1,629 | 6/3/2013 |
2.1.0 | 1,670 | 6/3/2013 |
2.0.0.1 | 1,673 | 6/3/2013 |
3.1.35.0
- Refactoring
3.0.34.2
- Add ReplaceActionQueue Method in IServiceBus
- Fix bad design for ActionQueue instanciation
3.0.34.1
- Fix ActionQueue resolve failed with DI Unity
3.0.34
- ActionQueue can be replaced using IActionQueue
- Public methods of BusManager are virtual (OCP)
3.0.33.1
- Fix thread not closed in reader not used when bus manager stop
3.0.33.0
- Best singleton for globalconfiguration with lazyloading
- Fix thread not closed in reader not used when bus manager stop
3.0.32.0
- Add this file
- Change versionning method
- Allow disable autostart for reading queue
- Add Synchronized receive items in queues without process
- Add many tests , 81% code coveraged
- Remove pause queue
- Add start/stop reading specific queue by name
- Add clear registered queue
- Add GetRegisteredQueues() name list of registered queues
- Separate client/server console from test project
- Separate Azure tests in specific project
see https://ariane.codeplex.com/SourceControl/latest#changelog.txt