Cqrs.Azure.ServiceBusHub
2.3.1579.804
See the version list below for details.
dotnet add package Cqrs.Azure.ServiceBusHub --version 2.3.1579.804
NuGet\Install-Package Cqrs.Azure.ServiceBusHub -Version 2.3.1579.804
<PackageReference Include="Cqrs.Azure.ServiceBusHub" Version="2.3.1579.804" />
paket add Cqrs.Azure.ServiceBusHub --version 2.3.1579.804
#r "nuget: Cqrs.Azure.ServiceBusHub, 2.3.1579.804"
// Install Cqrs.Azure.ServiceBusHub as a Cake Addin #addin nuget:?package=Cqrs.Azure.ServiceBusHub&version=2.3.1579.804 // Install Cqrs.Azure.ServiceBusHub as a Cake Tool #tool nuget:?package=Cqrs.Azure.ServiceBusHub&version=2.3.1579.804
Use Azure EventHubs as a message, event or command bus in CQRS.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- cdmdotnet.Logging (>= 1.2.95.72)
- cdmdotnet.StateManagement (>= 3.0.13.9)
- Cqrs (= 2.3.1579.804)
- EnterpriseLibrary.Common (>= 5.0.505)
- EnterpriseLibrary.WindowsAzure.TransientFaultHandling (>= 5.1.1212)
- Microsoft.Azure.ServiceBus.EventProcessorHost (>= 2.2.6)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
- Newtonsoft.Json (>= 6.0.8)
- TransientFaultHandling.Core (>= 5.1.1209.1)
- Unity (>= 2.1.505)
- Unity.Interception (>= 2.1.505.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.1639.856 | 1,045 | 8/17/2018 |
2.4.1622.842 | 919 | 6/29/2018 |
2.4.1621.841 | 883 | 6/24/2018 |
2.4.1619.839 | 1,155 | 6/24/2018 |
2.3.1595.820 | 969 | 3/29/2018 |
2.3.1584.809 | 955 | 3/20/2018 |
2.3.1583.808 | 978 | 3/20/2018 |
2.3.1581.806 | 967 | 3/15/2018 |
2.3.1580.805 | 959 | 3/8/2018 |
2.3.1579.804 | 889 | 3/8/2018 |
2.3.1572.797 | 961 | 2/19/2018 |
2.2.1466.702 | 915 | 9/18/2017 |
2.2.1440.678 | 927 | 8/1/2017 |
2.2.1428.666 | 876 | 7/25/2017 |
2.2.1410.652 | 928 | 7/23/2017 |
2.2.1408.650 | 922 | 7/23/2017 |
2.2.1407.649 | 1,088 | 7/23/2017 |
2.2.1406.648 | 920 | 7/23/2017 |
2.2.1405.647 | 920 | 7/21/2017 |
2.1.1347.590 | 1,001 | 6/23/2017 |
2.0.1317.561 | 937 | 6/6/2017 |
1.601.1108.447 | 1,055 | 11/5/2016 |
Version 2.3
* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
Version 2.0
* Upgraded to WindowsAzure.ServiceBus package version 3.4.0 which meant an upgrade to 4.5 (hence the new assembly)
* Added telemetry data collection on event and command receivers.
* Added ability to send a collection of commands and events.