DotNetty.Buffers-signed 0.3.2

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

// Install DotNetty.Buffers-signed as a Cake Tool
#tool nuget:?package=DotNetty.Buffers-signed&version=0.3.2

DEPRECATED: use package without "-signed".
Byte buffers support for DotNetty.

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 (5)

Showing the top 5 NuGet packages that depend on DotNetty.Buffers-signed:

Package Downloads
DotNetty.Transport-signed

DEPRECATED: use package without "-signed". UDP and TCP SocketChannel implementations for DotNetty.

DotNetty.Codecs-signed

DEPRECATED: use package without "-signed". Common wire format codecs DotNetty.

DotNetty.Handlers-signed

DEPRECATED: use package without "-signed". TLS and other handler support DotNetty.

DotNetty.Codecs.Mqtt-signed

DEPRECATED: use package without "-signed". Mqtt codec support for DotNetty.

Microsoft.SmartFactory.Device.CSSDK

C# Device SDK for Smart Factory Tool Kit

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DotNetty.Buffers-signed:

Repository Stars
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
Azure-Samples/service-fabric-dotnet-iot
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
Version Downloads Last updated
0.3.2 241,844 6/22/2016
0.3.1 20,878 6/2/2016
0.3.0 10,615 5/14/2016
0.2.6 2,836 4/28/2016
0.2.5 4,292 4/15/2016
0.2.3 48,349 2/10/2016
0.2.2 3,632 2/4/2016

- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).