Ariane 3.1.35.1
dotnet add package Ariane --version 3.1.35.1
NuGet\Install-Package Ariane -Version 3.1.35.1
<PackageReference Include="Ariane" Version="3.1.35.1" />
paket add Ariane --version 3.1.35.1
#r "nuget: Ariane, 3.1.35.1"
// Install Ariane as a Cake Addin #addin nuget:?package=Ariane&version=3.1.35.1 // Install Ariane as a Cake Tool #tool nuget:?package=Ariane&version=3.1.35.1
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)
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 | 185 | 11/14/2014 |
3.0.34.2 | 348 | 7/28/2014 |
3.0.34.1 | 218 | 7/14/2014 |
3.0.33 | 91 | 7/11/2014 |
3.0.32 | 135 | 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 | 96 | 12/27/2013 |
2.9.1 | 96 | 12/12/2013 |
2.9.0 | 99 | 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 | 77 | 9/22/2013 |
2.5.0.2 | 73 | 9/16/2013 |
2.5.0.1 | 78 | 9/15/2013 |
2.5.0 | 73 | 9/15/2013 |
2.4.0 | 74 | 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 | 141 | 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 | 69 | 6/3/2013 |
2.0.0.1 | 69 | 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