Skip to content

Commit

Permalink
Merge pull request #8 from MFisherMSFT/master
Browse files Browse the repository at this point in the history
Update NuSpec for 0.3 release
  • Loading branch information
vinaysh-msft committed May 15, 2014
2 parents 1bc42ae + ecd66be commit a00deb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Microsoft.WindowsAzure.Storage.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ nuget {
nuspec {
id = wastorage;
version: 0.3.0-preview;
title: Microsoft Windows Azure Storage Client Library for C++;
title: Microsoft Azure Storage Client Library for C++;
authors: {Microsoft Corporation};
owners: {Microsoft Corporation};
licenseUrl: "http://go.microsoft.com/fwlink/?LinkId=235170";
projectUrl: "http://go.microsoft.com/fwlink/?LinkId=235168";
iconUrl: "http://go.microsoft.com/fwlink/?LinkID=288890";
summary: "A client library for working with Windows Azure storage services including blobs, tables, and queues.";
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.
Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/";
summary: "A client library for working with Azure storage services including blobs, tables, and queues.";
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.
Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/";
releaseNotes: "Preview release";
tags: { Microsoft, Azure, Storage, Table, Blob, Queue, Scalable, windowsazureofficial };
}

dependencies {
packages: {
cpprestsdk/1.3.1
cpprestsdk/2.0.1
};
}

Expand Down

0 comments on commit a00deb1

Please sign in to comment.