Qlue 1.1.17

dotnet add package Qlue --version 1.1.17
NuGet\Install-Package Qlue -Version 1.1.17
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="Qlue" Version="1.1.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Qlue --version 1.1.17
#r "nuget: Qlue, 1.1.17"
#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 Qlue as a Cake Addin
#addin nuget:?package=Qlue&version=1.1.17

// Install Qlue as a Cake Tool
#tool nuget:?package=Qlue&version=1.1.17

Fully asynchronous Messaging Framework used to abstract away the low-level workings of Azure ServiceBus topics.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.17 1,319 7/6/2016
1.1.16 1,301 9/23/2015
1.1.15 1,019 6/11/2015
1.1.14 1,067 4/6/2015
1.1.13 1,049 4/1/2015
1.1.12 998 4/1/2015
1.1.11 1,027 4/1/2015
1.1.10 1,019 3/31/2015
1.1.9 1,025 3/31/2015
1.1.8 1,410 12/17/2014
1.1.7 1,382 11/3/2014
1.1.6 1,087 8/25/2014
1.1.5 1,071 8/16/2014
1.1.3 1,079 8/15/2014
1.1.2 1,049 8/15/2014

1.1.17 - Updated NuGet dependencies
1.1.16 - Updated NuGet dependencies
1.1.15 - Updated Azure NuGet packages
1.1.14 - Exposed partitioning setting and default to false
1.1.13 - Fixed Express settings
1.1.12 - Enabled Express and Partitioning
1.1.11 - Enabled full logging
1.1.10 - Added MessageId to timeout exception
1.1.9 - Updated NuGet dependencies and added some additional logging
1.1.8 - Updated NuGet dependencies (Azure SDK 2.5)
1.1.7 - Updated all NuGet dependencies
1.1.6 - Fixed issue with #if DEBUG
1.1.5 - Split project into Core/Client/Logging
1.0.0 - Initial release