forked from Azure/azure-storage-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wastorage.nuspec
23 lines (23 loc) · 1.3 KB
/
wastorage.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>wastorage</id>
<version>2.3.0</version>
<title>Microsoft Azure Storage Client Library for C++</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=235170</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=235168</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<summary>A client library for working with Microsoft Azure storage services including blobs, 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 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 Scalable windowsazureofficial</tags>
<dependencies>
<dependency id="wastorage.v120" version="2.3.0" />
<dependency id="wastorage.v140" version="2.3.0" />
</dependencies>
</metadata>
<files>
</files>
</package>