aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-blobs-cpp
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-08-04 08:06:29 +0800
committerGitHub <noreply@github.com>2021-08-03 17:06:29 -0700
commit8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc (patch)
treea29cde478b5af08ff7c77549b7de6a63d40a5414 /ports/azure-storage-blobs-cpp
parent5fd29d935099ffce8772068b88014514354d4198 (diff)
downloadvcpkg-8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc.tar.gz
vcpkg-8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc.zip
[Azure-*] Remove version constraint (#19299)
* [Azure-*] Remove version constraint * Update the baseline version * Remove builtin-baseline * format manifest file * Update baseline version
Diffstat (limited to 'ports/azure-storage-blobs-cpp')
-rw-r--r--ports/azure-storage-blobs-cpp/vcpkg.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/azure-storage-blobs-cpp/vcpkg.json b/ports/azure-storage-blobs-cpp/vcpkg.json
index 62eb9e91e..d58789ac2 100644
--- a/ports/azure-storage-blobs-cpp/vcpkg.json
+++ b/ports/azure-storage-blobs-cpp/vcpkg.json
@@ -1,18 +1,17 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.0.1",
+ "port-version": 1,
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-blobs",
"license": "MIT",
- "builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
"dependencies": [
{
"name": "azure-storage-common-cpp",
- "default-features": false,
- "version>=": "12.0.0"
+ "default-features": false
},
{
"name": "vcpkg-cmake",