aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp/CONTROL
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-05-16 15:36:43 -0700
committerGitHub <noreply@github.com>2018-05-16 15:36:43 -0700
commit7a652429b586e87a7c4ecba606749a03c043a35f (patch)
treeb673a124c60b07febe6a58c1bad7df067b6b5eac /ports/azure-storage-cpp/CONTROL
parentf69cce7051e4404e19fe8c049c23c4678fe8b3d4 (diff)
parent04da399a7b566da940ccf9079a914d418a7ae7b2 (diff)
downloadvcpkg-7a652429b586e87a7c4ecba606749a03c043a35f.tar.gz
vcpkg-7a652429b586e87a7c4ecba606749a03c043a35f.zip
Merge pull request #3506 from JasonYang-MSFT/master
Support azure-storage-cpp 4.0.0
Diffstat (limited to 'ports/azure-storage-cpp/CONTROL')
-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 c68552bba..eec7c8fcd 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 3.2.1
-Build-Depends: cpprestsdk, atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), glibmm (!windows&!uwp), libxmlpp (!windows&!uwp), libuuid (!windows&!uwp)
+Version: 4.0.0
+Build-Depends: cpprestsdk, atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp)
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/