DotNetty.Common-signed by Microsoft Azure

<PackageReference Include="DotNetty.Common-signed" Version="0.3.0" />

 DotNetty.Common-signed 0.3.0

DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>DotNetty.Common-signed</id>
    <version>0.3.0</version>
    <title>DotNetty.Common-signed</title>
    <authors>Microsoft Azure</authors>
    <owners>Microsoft Azure</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Azure/DotNetty/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/Azure/DotNetty/</projectUrl>
    <description>DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</description>
    <releaseNotes>- 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.</releaseNotes>
    <copyright>Copyright © 2016</copyright>
    <tags>socket sockets UDP TCP Netty DotNetty</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>