<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>WindowsAzure.Storage</id>
    <version>7.0.0</version>
    <title>Windows Azure Storage</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=331471</licenseUrl>
    <projectUrl>http://go.microsoft.com/fwlink/?LinkId=235168</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. 
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/</description>
    <summary>A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues.</summary>
    <tags>Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0-Client">
        <dependency id="Microsoft.Data.OData" version="5.6.4" />
        <dependency id="Newtonsoft.Json" version="6.0.8" />
        <dependency id="Microsoft.Data.Services.Client" version="5.6.4" />
        <dependency id="Microsoft.Azure.KeyVault.Core" version="1.0.0" />
      </group>
      <group targetFramework="Windows8.0">
        <dependency id="Microsoft.Data.OData" version="5.6.4" />
        <dependency id="Newtonsoft.Json" version="6.0.8" />
      </group>
      <group targetFramework="WindowsPhoneApp0.0">
        <dependency id="Microsoft.Data.OData" version="5.6.4" />
        <dependency id="Newtonsoft.Json" version="6.0.8" />
      </group>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="Microsoft.Data.OData" version="5.6.4" />
        <dependency id="Newtonsoft.Json" version="6.0.8" />
        <dependency id="Microsoft.Azure.KeyVault.Core" version="1.0.0" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.0-Client" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework="" />
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="" />
    </frameworkAssemblies>
    <references>
      <reference file="Microsoft.WindowsAzure.Storage.dll" />
    </references>
  </metadata>
</package>