forked from Azure/azure-storage-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicrosoft.Azure.Storage.CPP.nuspec
25 lines (25 loc) · 1.52 KB
/
Microsoft.Azure.Storage.CPP.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package >
<metadata>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<id>Microsoft.Azure.Storage.CPP</id>
<version>5.0.0</version>
<title>Microsoft Azure Storage Client Library for C++</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=235170</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=235168</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<summary>A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues.</summary>
<description>This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the 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. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/</description>
<releaseNotes>Public release</releaseNotes>
<tags>Microsoft Azure Storage Table Blob Queue File Scalable windowsazureofficial</tags>
<dependencies>
<dependency id="Microsoft.Azure.Storage.CPP.v120" version="5.0.0" />
<dependency id="Microsoft.Azure.Storage.CPP.v140" version="5.0.0" />
</dependencies>
</metadata>
<files>
</files>
</package>