equeue by tangxuehua

<PackageReference Include="equeue" Version="1.0.5" />

 equeue 1.0.5

a distributed mq written by c#.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>equeue</id>
    <version>1.0.5</version>
    <title>a distributed mq written by c#.</title>
    <authors>tangxuehua</authors>
    <owners>tangxuehua</owners>
    <licenseUrl>https://github.com/tangxuehua/equeue/blob/master/license.txt</licenseUrl>
    <projectUrl>https://github.com/tangxuehua/equeue</projectUrl>
    <iconUrl>https://raw.github.com/tangxuehua/equeue/master/doc/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>a distributed mq written by c#.</description>
    <copyright>2014</copyright>
    <language>zh-CN</language>
    <tags>equeue</tags>
    <dependencies>
      <dependency id="ecommon" version="1.0.7" />
    </dependencies>
  </metadata>
</package>