SignedNetMQ 3.3.0.9

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

// Install SignedNetMQ as a Cake Tool
#tool nuget:?package=SignedNetMQ&version=3.3.0.9

UNOFFICIAL: NetMQ is 100% C# native port of ZeroMQ. NetMQ is lightweight high performance messaging library. This current version is still in alpha phase and not recommended for production usage yet

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

This package has no dependencies.

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
3.3.0.9 2,727 5/14/2014

* Sign NetMQ assembly
     * Fixed some minor spelling problems (Receivev to Receive)
     
     From version 3.3.0.7 NetMQ is using Big Endian by default (old versions used Little Endian) to be compitable with ZeroMQ,
     In order to be compitable with older NetMQ versions you can set the Endian to Little on the Socket.Options.Endian.
     You cannot support older versions of NetMQ and ZeroMQ with the same socket.