DotNetty.Handlers-signed 0.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetty.Handlers-signed --version 0.3.0
NuGet\Install-Package DotNetty.Handlers-signed -Version 0.3.0
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.Handlers-signed" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Handlers-signed --version 0.3.0
#r "nuget: DotNetty.Handlers-signed, 0.3.0"
#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.Handlers-signed as a Cake Addin
#addin nuget:?package=DotNetty.Handlers-signed&version=0.3.0

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

TLS and other handler support 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 (1)

Showing the top 1 NuGet packages that depend on DotNetty.Handlers-signed:

Package Downloads
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.Handlers-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 238,447 6/22/2016
0.3.1 19,513 6/2/2016
0.3.0 10,120 5/14/2016
0.2.6 1,991 4/28/2016
0.2.5 3,462 4/15/2016
0.2.3 48,013 2/10/2016
0.2.2 2,983 2/4/2016

- BREAKING CHANGE: default byte buffer is now PooledByteBufferAllocator (unless overriden through environment variable).
- Port of PooledByteBuffer (support for flexible buffer sizes).
- Enables sending of multiple buffers in a single socket call.
- Refreshed DefaultChannelPipeline, AbstractChannelHandlerContext.
- Port of JsonObjectDecoder, DelimeterBasedFrameDecoder.
- Fixes to async sending in TcpSocketChannel.
- IoBufferCount, GetIoBuffer(s) introduced in IByteBuffer.