FSharp.Azure.StorageTypeProvider by Isaac Abraham

<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="2.0.0-beta" />

 FSharp.Azure.StorageTypeProvider 2.0.0-beta

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/2013/05/nuspec.xsd">
  <metadata>
    <id>FSharp.Azure.StorageTypeProvider</id>
    <version>2.0.0-beta</version>
    <title>F# Azure Storage Type Provider</title>
    <authors>Isaac Abraham</authors>
    <owners>Isaac Abraham</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/fsprojects/AzureStorageTypeProvider</projectUrl>
    <iconUrl>http://fsprojects.github.io/AzureStorageTypeProvider/img/logo.png</iconUrl>
    <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>Upgrade to NET Standard 2.0
Upgrade many dependencies
Rationalise many API implementations</releaseNotes>
    <tags>azure, f#, fsharp, type provider, blob, table, queue, script</tags>
    <dependencies>
      <dependency id="WindowsAzure.Storage" version="9.3.2" />
      <dependency id="FSharp.Compiler.Tools" version="10.2.1" />
    </dependencies>
    <references>
      <reference file="FSharp.Azure.StorageTypeProvider.dll" />
    </references>
  </metadata>
</package>