Obvs.AzureServiceBus
0.15.0-beta2
See the version list below for details.
dotnet add package Obvs.AzureServiceBus --version 0.15.0-beta2
NuGet\Install-Package Obvs.AzureServiceBus -Version 0.15.0-beta2
<PackageReference Include="Obvs.AzureServiceBus" Version="0.15.0-beta2" />
paket add Obvs.AzureServiceBus --version 0.15.0-beta2
#r "nuget: Obvs.AzureServiceBus, 0.15.0-beta2"
// Install Obvs.AzureServiceBus as a Cake Addin #addin nuget:?package=Obvs.AzureServiceBus&version=0.15.0-beta2&prerelease // Install Obvs.AzureServiceBus as a Cake Tool #tool nuget:?package=Obvs.AzureServiceBus&version=0.15.0-beta2&prerelease
Microsoft Azure Service Bus transport support for the Obvs Framework.
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. |
-
- Obvs (>= 3.0.0.47)
- Rx-Main (>= 2.2.5)
- WindowsAzure.ServiceBus (>= 3.1.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 |
---|---|---|
0.15.2-beta2 | 1,358 | 9/6/2016 |
0.15.1-beta2 | 822 | 8/9/2016 |
0.15.0-beta2 | 1,629 | 8/1/2016 |
0.14.0-beta2 | 1,210 | 7/11/2016 |
0.13.0-beta | 852 | 7/9/2016 |
0.12.0-beta | 847 | 6/20/2016 |
0.11.0-beta | 870 | 6/1/2016 |
0.10.0-beta | 825 | 6/1/2016 |
0.9.0-beta | 1,730 | 2/23/2016 |
0.8.0-beta | 868 | 2/3/2016 |
0.6.2-beta | 1,236 | 1/27/2016 |
0.6.1-beta | 1,346 | 10/9/2015 |
0.6.0-beta | 1,597 | 10/9/2015 |
0.5.0-beta | 945 | 9/23/2015 |
* Introduction of incoming/outgoing AzureSB transport specific message properties support via GetIncoming/OutgoingMessageProperties extension methods (details here: https://github.com/drub0y/Obvs.AzureServiceBus/wiki/Accessing-Azure-Service-Bus-specific-message-properties)
* Various internal refactorings of how messages are mapped to their underlying AzureSB BrokeredMessages (details here: https://github.com/drub0y/Obvs.AzureServiceBus/pull/17)