#ServiceBus Asynchronous abstaction library for Windows ServiceBus or Azure ServiceBus.
Windows ServiceBus 1.1 (on premises) and Azure Service Bus need different references, but define exactly the same dll Microsoft.ServiceBus.dll
.
As we want to support both you need to manually install the ServiceBus dependency for your target system.
Use Microsoft ServiceBus 1.1 or execute Install-Package ServiceBus.v1_1
Use Microsoft Azure Service Bus or execute Install-Package WindowsAzure.ServiceBus -Version 2.7.6
The version is defined explicitly as from on 3.x the library was refactored and can no longer be replaced.
The integration and specification tests provide you the first step.
Documentation follows.