Obvs.AzureServiceBus
0.14.0-beta2
See the version list below for details.
dotnet add package Obvs.AzureServiceBus --version 0.14.0-beta2
NuGet\Install-Package Obvs.AzureServiceBus -Version 0.14.0-beta2
<PackageReference Include="Obvs.AzureServiceBus" Version="0.14.0-beta2" />
paket add Obvs.AzureServiceBus --version 0.14.0-beta2
#r "nuget: Obvs.AzureServiceBus, 0.14.0-beta2"
// Install Obvs.AzureServiceBus as a Cake Addin #addin nuget:?package=Obvs.AzureServiceBus&version=0.14.0-beta2&prerelease // Install Obvs.AzureServiceBus as a Cake Tool #tool nuget:?package=Obvs.AzureServiceBus&version=0.14.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,234 | 9/6/2016 |
0.15.1-beta2 | 761 | 8/9/2016 |
0.15.0-beta2 | 1,533 | 8/1/2016 |
0.14.0-beta2 | 1,086 | 7/11/2016 |
0.13.0-beta | 792 | 7/9/2016 |
0.12.0-beta | 785 | 6/20/2016 |
0.11.0-beta | 809 | 6/1/2016 |
0.10.0-beta | 763 | 6/1/2016 |
0.9.0-beta | 1,594 | 2/23/2016 |
0.8.0-beta | 805 | 2/3/2016 |
0.6.2-beta | 1,106 | 1/27/2016 |
0.6.1-beta | 1,216 | 10/9/2015 |
0.6.0-beta | 1,466 | 10/9/2015 |
0.5.0-beta | 882 | 9/23/2015 |
BREAKING CHANGE:
This release removes the requirement of inheriting from the PeekLockMessage class in order to gain
control over peek lock messages. The class itself has been removed entirely, but there are effectively
no other external API changes. Upon upgrading to this version of the library the only change you
should have to make is to remove PeekLockMessage as a base class wherever it was being used.
Another positive side effect of this change is that you may also be able to remove references to
the Obvs.AzureServiceBus library and all of its dependencies from some of your projects since it
no longer requires polution of your domain type hierarchy.
See the following PR for full details: https://github.com/drub0y/Obvs.AzureServiceBus/pull/16