EasyNetQ by Mike Hadlow,Michael Denny,Yury Pliner,Wiebe Tijsma,Contributors (see GitHub repo)

<PackageReference Include="EasyNetQ" Version="7.8.0" />

.NET API 494,080 bytes

 EasyNetQ 7.8.0

A nice .NET API for RabbitMQ

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>EasyNetQ</id>
    <version>7.8.0</version>
    <authors>Mike Hadlow,Michael Denny,Yury Pliner,Wiebe Tijsma,Contributors (see GitHub repo)</authors>
    <license type="file">licence.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>EasyNetQ.png</icon>
    <projectUrl>https://github.com/EasyNetQ/EasyNetQ</projectUrl>
    <description>A nice .NET API for RabbitMQ</description>
    <tags>RabbitMQ Messaging AMQP C#</tags>
    <repository type="git" url="https://github.com/EasyNetQ/EasyNetQ" commit="8dfc8679d5b91919435e639553f5611da63dcafa" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="RabbitMQ.Client" version="6.8.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>