Elsa.Activities.BlobStorage by Luca Pisano, Elsa Contributors

<PackageReference Include="Elsa.Activities.BlobStorage" Version="2.6.0" />

 Elsa.Activities.BlobStorage 2.6.0

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides activities to read and write files to blob storage using Storage.Net that provides a generic interface for popular cloud storage providers like Amazon S3, Azure Service Bus, Azure Event Hub, Azure Storage, Azure Data Lake Store thus abstracting Blob and Messaging services.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Elsa.Activities.BlobStorage</id>
    <version>2.6.0</version>
    <authors>Luca Pisano, Elsa Contributors</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/elsa-workflows/elsa-core</projectUrl>
    <iconUrl>https://elsa-workflows.github.io/elsa-core/img/android-icon-192x192.png</iconUrl>
    <description>Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
            This package provides activities to read and write files to blob storage using Storage.Net that provides a generic interface for popular cloud storage providers like Amazon S3, Azure Service Bus, Azure Event Hub, Azure Storage, Azure Data Lake Store thus abstracting Blob and Messaging services.</description>
    <copyright>2021</copyright>
    <tags>elsa, workflows, blob storage</tags>
    <repository type="git" url="https://github.com/elsa-workflows/elsa-core" commit="d492f8449b89c1580cb74ba10f5eec6a198b5845" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Elsa.Core" version="2.6.0" exclude="Build,Analyzers" />
        <dependency id="Storage.Net" version="9.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>