Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit a00deb1

Browse files
committed
Merge pull request #8 from MFisherMSFT/master
Update NuSpec for 0.3 release
2 parents 1bc42ae + ecd66be commit a00deb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Microsoft.WindowsAzure.Storage.autopkg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ nuget {
22
nuspec {
33
id = wastorage;
44
version: 0.3.0-preview;
5-
title: Microsoft Windows Azure Storage Client Library for C++;
5+
title: Microsoft Azure Storage Client Library for C++;
66
authors: {Microsoft Corporation};
77
owners: {Microsoft Corporation};
88
licenseUrl: "http://go.microsoft.com/fwlink/?LinkId=235170";
99
projectUrl: "http://go.microsoft.com/fwlink/?LinkId=235168";
1010
iconUrl: "http://go.microsoft.com/fwlink/?LinkID=288890";
11-
summary: "A client library for working with Windows Azure storage services including blobs, tables, and queues.";
12-
description: @"This client library enables working with the Windows 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.
13-
Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/";
11+
summary: "A client library for working with Azure storage services including blobs, tables, and queues.";
12+
description: @"This client library enables working with the 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.
13+
Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/";
1414
releaseNotes: "Preview release";
1515
tags: { Microsoft, Azure, Storage, Table, Blob, Queue, Scalable, windowsazureofficial };
1616
}
1717

1818
dependencies {
1919
packages: {
20-
cpprestsdk/1.3.1
20+
cpprestsdk/2.0.1
2121
};
2222
}
2323

0 commit comments

Comments
 (0)