aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-09-09 00:12:54 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-09-09 00:12:54 -0700
commit26516fe485b0e9048dd4809256a7e4526957c6e9 (patch)
tree0c4434c4489c9e4b1744bcc25d0c1f48f6988078 /ports/azure-storage-cpp
parentc7589e76c0f3d2e266a5724ea57fd328d2ee44ad (diff)
downloadvcpkg-26516fe485b0e9048dd4809256a7e4526957c6e9.tar.gz
vcpkg-26516fe485b0e9048dd4809256a7e4526957c6e9.zip
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
Diffstat (limited to 'ports/azure-storage-cpp')
-rw-r--r--ports/azure-storage-cpp/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index 94126a366..1917bad6d 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 3.0.0-2
+Version: 3.0.0-3
Build-Depends: cpprestsdk, atlmfc
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
+ 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/