ServiceProxy.Zmq by Manuel Felicio

<PackageReference Include="ServiceProxy.Zmq" Version="1.0.0" />

 ServiceProxy.Zmq 1.0.0

ServiceProxy.Zmq is a scalable request/reply messaging framework built with ZeroMQ that supports service contracts using ServiceProxy.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ServiceProxy.Zmq</id>
    <version>1.0.0</version>
    <title>ServiceProxy.Zmq</title>
    <authors>Manuel Felicio</authors>
    <owners>Manuel Felicio</owners>
    <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://github.com/mfelicio/ServiceProxy</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ServiceProxy.Zmq is a scalable request/reply messaging framework built with ZeroMQ that supports service contracts using ServiceProxy.</description>
    <releaseNotes>First public release.</releaseNotes>
    <copyright>Copyright 2014 Manuel Felício</copyright>
    <tags>zmq zeromq 0mq messaging services request reply proxy async asynchronous</tags>
    <dependencies>
      <dependency id="ServiceProxy" version="1.0.0" />
      <dependency id="clrzmq" version="2.2.5" />
    </dependencies>
  </metadata>
</package>