Microsoft.Azure.EventHubs.ServiceFabricProcessor by Microsoft

<PackageReference Include="Microsoft.Azure.EventHubs.ServiceFabricProcessor" Version="0.5.4" />

 Microsoft.Azure.EventHubs.ServiceFabricProcessor 0.5.4

This is the next generation Azure Event Hubs .NET Standard Service Fabric Processor library, which integrates Event Hub event consumption with Service Fabric. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Azure.EventHubs.ServiceFabricProcessor</id>
    <version>0.5.4</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/Azure/azure-sdk-for-net</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
    <description>This is the next generation Azure Event Hubs .NET Standard Service Fabric Processor library, which integrates Event Hub event consumption with Service Fabric. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</description>
    <releaseNotes>https://github.com/Azure/azure-event-hubs-dotnet/releases</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Azure Event Hubs EventHubs .NET AMQP IoT</tags>
    <repository type="git" url="https://github.com/Azure/azure-sdk-for-net" commit="9a9edc57ff00e157ced450f892a34cca0ff4abf3" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Azure.EventHubs" version="4.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.ServiceFabric" version="6.4.624" exclude="Build,Analyzers" />
        <dependency id="Microsoft.ServiceFabric.Data" version="3.3.624" exclude="Build,Analyzers" />
        <dependency id="Microsoft.ServiceFabric.Services" version="3.3.624" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>