WindowsAzure.ServiceBus 2.6.6

.NET Framework 4.0
dotnet add package WindowsAzure.ServiceBus --version 2.6.6
NuGet\Install-Package WindowsAzure.ServiceBus -Version 2.6.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindowsAzure.ServiceBus" Version="2.6.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsAzure.ServiceBus --version 2.6.6
#r "nuget: WindowsAzure.ServiceBus, 2.6.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WindowsAzure.ServiceBus as a Cake Addin
#addin nuget:?package=WindowsAzure.ServiceBus&version=2.6.6

// Install WindowsAzure.ServiceBus as a Cake Tool
#tool nuget:?package=WindowsAzure.ServiceBus&version=2.6.6

Use this for Microsoft Azure Service Bus Queues, Topics, Relay and Notification Hubs backend operations.

It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus. Notification Hubs support sending push notifications to Windows, Windows Phone, iOS and Android.

For more information on Messaging features, please visit: https://azure.microsoft.com/en-us/documentation/services/service-bus/
For more information on Notification Hub, please visit: https://azure.microsoft.com/en-us/documentation/articles/notification-hubs-overview/
For more information on Event Hub features, please visit: https://go.microsoft.com/fwlink/?LinkID=403957

Please note that this package requires .Net Framework 4 Full Profile.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (37)

Showing the top 5 popular GitHub repositories that depend on WindowsAzure.ServiceBus:

Repository Stars
SignalR/SignalR
Incredibly simple real-time web for .NET
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Glimpse/Glimpse
The open source diagnostics platform for the web
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
paolosalvatori/ServiceBusExplorer
The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
Version Downloads Last updated
2.6.6 27,877 5/2/2015
2.6.5 27,869 4/13/2015
2.6.4 29,573 3/17/2015
2.6.2 15,828 3/6/2015
2.6.1 51,247 2/2/2015
2.6.0 11,108 1/29/2015
2.5.4 23,051 1/12/2015
2.5.3 26,176 12/5/2014
2.5.2 17,532 11/18/2014
2.5.1 25,048 11/12/2014
2.5.0 10,509 11/12/2014
2.4.10 11,925 11/10/2014
2.4.9 18,220 10/31/2014
2.4.8 14,039 10/23/2014
2.4.7 8,367 10/22/2014
2.4.6 15,684 10/15/2014
2.4.5 8,399 10/14/2014
2.4.4 16,536 10/3/2014
2.4.3 24,033 9/15/2014
2.4.2 46,855 7/23/2014
2.4.1.1 11,785 7/17/2014
2.4.1 12,382 7/14/2014
2.3.4 47,375 6/7/2014
2.3.3 5,654 6/4/2014
2.3.2.2 9,161 5/21/2014
2.3.2.1 5,865 5/21/2014
2.3.2 17,650 5/8/2014
2.3.1 17,705 4/9/2014
2.3.0 14,036 4/3/2014
2.2.7 10,892 2/28/2014
2.2.6 7,978 2/17/2014
2.2.5 3,977 2/12/2014
2.2.4 6,002 1/23/2014
2.2.3 3,833 1/21/2014
2.2.2 3,886 1/6/2014
2.2.1.1 12,797 11/6/2013
2.2.1 5,244 10/23/2013
2.2.0 10,497 10/22/2013
2.1.4 9,140 10/19/2013
2.1.3 14,968 9/11/2013
2.1.2 12,726 7/31/2013
2.1.1 1,281 7/31/2013
2.1.0 13,629 5/22/2013
2.0.1 2,851 4/30/2013
2.0.0 1,692 4/30/2013
2.0.0-beta 128 3/29/2013
2.0.0-alpha 120 3/8/2013
1.8.0 13,334 10/26/2012
1.7.0.1 2,220 6/21/2012
1.7.0 300 6/7/2012
1.6.0 449 12/6/2011
1.5.0 676 9/14/2011
0.6.0 190 6/20/2011
0.5.0 146 5/23/2011

Ths following fixes and improvements were made in this build:
- Relay: add client agent info in service setting to Relay service.