Genbox.SimpleS3 by Ian Qvist

<PackageReference Include="Genbox.SimpleS3" Version="0.1.0-alpha10" />

 Genbox.SimpleS3 0.1.0-alpha10

A simple, secure and high-performance client for Amazon S3

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Genbox.SimpleS3</id>
    <version>0.1.0-alpha10</version>
    <authors>Ian Qvist</authors>
    <owners>Ian Qvist</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/Genbox/SimpleS3</projectUrl>
    <description>A simple, secure and high-performance client for Amazon S3</description>
    <copyright>Copyright 2020, by Ian Qvist. All rights reserved.</copyright>
    <repository type="Git" url="https://github.com/Genbox/SimpleS3.git" commit="3e79e8c33c661bf98f42eb1086c6c649d311078a" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Genbox.SimpleS3.Core" version="0.1.0-alpha10" exclude="Build,Analyzers" />
        <dependency id="Genbox.SimpleS3.Extensions.HttpClientFactory" version="0.1.0-alpha10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="1.1.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Http.Polly" version="2.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>