-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WindowsAzure.Storage.nuspec - references #462
- Loading branch information
Showing
4 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAzure.Storage</id> | ||
<version>4.3.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.2" /> | ||
<dependency id="Newtonsoft.Json" version="5.0.8" /> | ||
<dependency id="Microsoft.Data.Services.Client" version="5.6.2" /> | ||
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="1.8.0.0" /> | ||
</group> | ||
<group targetFramework="Windows8.0"> | ||
<dependency id="Microsoft.Data.OData" version="5.6.2" /> | ||
</group> | ||
<group targetFramework="WindowsPhoneApp0.0"> | ||
<dependency id="Microsoft.Data.OData" version="5.6.2" /> | ||
</group> | ||
<group targetFramework="WindowsPhone8.0"> | ||
<dependency id="Microsoft.Data.OData" version="5.6.2" /> | ||
<dependency id="Newtonsoft.Json" version="5.0.8" /> | ||
</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters