FSharp.Azure.StorageTypeProvider by Isaac Abraham

<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="1.6.1" />

 FSharp.Azure.StorageTypeProvider 1.6.1

The F# Azure Storage Type Provider allows simple access to Blob, Table and Queue assets, using Azure Storage metadata to intelligently infer schema where possible, whilst providing a simple API for common tasks.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FSharp.Azure.StorageTypeProvider</id>
    <version>1.6.1</version>
    <title>F# Azure Storage Type Provider</title>
    <authors>Isaac Abraham</authors>
    <owners>Isaac Abraham</owners>
    <projectUrl>https://github.com/fsprojects/AzureStorageTypeProvider</projectUrl>
    <iconUrl>http://fsprojects.github.io/AzureStorageTypeProvider/img/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The F# Azure Storage Type Provider allows simple access to Blob, Table and Queue assets, using Azure Storage metadata to intelligently infer schema where possible, whilst providing a simple API for common tasks.</description>
    <summary>Allows easy access to Azure Storage assets through F# scripts.</summary>
    <releaseNotes>Improve synchronous bulk table operation performance
Fix asynchronous bulk table operation error handling</releaseNotes>
    <tags>azure f# fsharp type provider blob table queue script</tags>
    <dependencies>
      <dependency id="WindowsAzure.Storage" version="6.0.0" />
    </dependencies>
    <references>
      <reference file="FSharp.Azure.StorageTypeProvider.dll" />
    </references>
  </metadata>
</package>