Google.Cloud.Storage.V1 by Google Inc.

<PackageReference Include="Google.Cloud.Storage.V1" Version="2.1.0-beta02" />

 Google.Cloud.Storage.V1 2.1.0-beta02

Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Google.Cloud.Storage.V1</id>
    <version>2.1.0-beta02</version>
    <authors>Google Inc.</authors>
    <owners>Google Inc.</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/GoogleCloudPlatform/google-cloud-dotnet</projectUrl>
    <iconUrl>https://cloud.google.com/images/gcp-icon-64x64.png</iconUrl>
    <description>Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.</description>
    <copyright>Copyright 2017 Google Inc.</copyright>
    <tags>Storage Google Cloud</tags>
    <repository type="git" url="https://github.com/GoogleCloudPlatform/google-cloud-dotnet" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Google.Api.Gax.Rest" version="2.2.1" exclude="Build,Analyzers" />
        <dependency id="Google.Apis.Storage.v1" version="1.31.0.1035" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Google.Api.Gax.Rest" version="2.2.1" exclude="Build,Analyzers" />
        <dependency id="Google.Apis.Storage.v1" version="1.31.0.1035" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>