DotNetCore.CAP.AzureServiceBus by ncc,savorboard

<PackageReference Include="DotNetCore.CAP.AzureServiceBus" Version="5.1.1" />

 DotNetCore.CAP.AzureServiceBus 5.1.1

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DotNetCore.CAP.AzureServiceBus</id>
    <version>5.1.1</version>
    <authors>ncc,savorboard</authors>
    <licenseUrl>https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/dotnetcore/CAP</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/dotnetcore/CAP/master/docs/content/img/logo.png</iconUrl>
    <description>Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.</description>
    <tags>CAP EventBus MicroService AzureServiceBus</tags>
    <repository type="git" url="https://github.com/dotnetcore/CAP" commit="e636e94fd6ec9b2186c442cf00ecd6172008c64d" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="DotNetCore.CAP" version="5.1.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Azure.ServiceBus" version="5.1.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>