From 5849d36d4891a832461e6061f7820b1e61e73461 Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Fri, 2 Dec 2016 14:54:03 +0800 Subject: [azure-storage-cpp] add link to v2.5.0 --- ports/azure-storage-cpp/CONTROL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/azure-storage-cpp/CONTROL (limited to 'ports/azure-storage-cpp/CONTROL') diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL new file mode 100644 index 000000000..78b7e0a11 --- /dev/null +++ b/ports/azure-storage-cpp/CONTROL @@ -0,0 +1,5 @@ +Source: azure-storage-cpp +Version: 2.5.0 +Build-Depends: cpprestsdk [windows] +Description: Microsoft Azure Storage Client SDK for C++ + A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. 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/ \ No newline at end of file -- cgit v1.2.3 From 1473e567298b6259df6d9ef4da183c602715f6fe Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Tue, 6 Dec 2016 11:18:35 +0800 Subject: fix some comments --- ports/azure-storage-cpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/azure-storage-cpp/CONTROL') diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index 78b7e0a11..5fc7dbe13 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-storage-cpp Version: 2.5.0 -Build-Depends: cpprestsdk [windows] +Build-Depends: cpprestsdk Description: Microsoft Azure Storage Client SDK for C++ A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. 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/ \ No newline at end of file -- cgit v1.2.3 From f70486314e3ba1962bd80a894e700a4de7fa55cd Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Tue, 27 Dec 2016 18:07:53 +0800 Subject: [azure-storage-cpp] Upgrade to v2.6.0 --- ports/azure-storage-cpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/azure-storage-cpp/CONTROL') diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL index 5fc7dbe13..29c80c703 100644 --- a/ports/azure-storage-cpp/CONTROL +++ b/ports/azure-storage-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-storage-cpp -Version: 2.5.0 +Version: 2.6.0 Build-Depends: cpprestsdk Description: Microsoft Azure Storage Client SDK for C++ A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. 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/ \ No newline at end of file -- cgit v1.2.3