aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-cpp/CONTROL
diff options
context:
space:
mode:
authorcrusader-mike <crusader.mike@gmail.com>2019-07-29 18:01:04 -0500
committerRobert Schumacher <roschuma@microsoft.com>2019-07-29 16:01:04 -0700
commit1f910f0fe57328377cc8294da6076bbdd3445f5b (patch)
tree443ae83316c416a080db762b2cabe4b35a8ff6d6 /ports/azure-storage-cpp/CONTROL
parente8112592153c53f9478ea67b748248b1f23a0625 (diff)
downloadvcpkg-1f910f0fe57328377cc8294da6076bbdd3445f5b.tar.gz
vcpkg-1f910f0fe57328377cc8294da6076bbdd3445f5b.zip
[azure-storage-cpp] Removed gcov dependency in debug Linux build (#7311) (#7404)
* Resolves "project is never up-to-date" problem (issue 6179) * [azure-storage-cpp] Removed gcov dependency in debug Linux build (#7311) * [azure-storage-cpp] bump version
Diffstat (limited to 'ports/azure-storage-cpp/CONTROL')
-rw-r--r--ports/azure-storage-cpp/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/azure-storage-cpp/CONTROL b/ports/azure-storage-cpp/CONTROL
index 720f07efb..91c155f00 100644
--- a/ports/azure-storage-cpp/CONTROL
+++ b/ports/azure-storage-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: azure-storage-cpp
-Version: 6.1.0
+Version: 6.1.0-1
Build-Depends: cpprestsdk[core], atlmfc (windows), boost-log (!windows&!uwp), boost-locale (!windows&!uwp), libxml2 (!windows&!uwp), libuuid (!windows&!uwp&!osx), gettext
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.