From c4cebb40a28b489ff98f3f435210f64198731c1c Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 10 Feb 2021 23:54:28 -0800 Subject: [PATCH] [azure-core-cpp] Azure Core Release Beta6 (#16160) * [azure-core-cpp] Update to 1.0.0-beta.6 * Remove copyright headers * Update version SHA Co-authored-by: Anton Kolesnyk --- ports/azure-core-cpp/CONTROL | 3 ++- ports/azure-core-cpp/portfile.cmake | 5 +++-- versions/a-/azure-core-cpp.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ports/azure-core-cpp/CONTROL b/ports/azure-core-cpp/CONTROL index 67563e0952..f50fe316b9 100644 --- a/ports/azure-core-cpp/CONTROL +++ b/ports/azure-core-cpp/CONTROL @@ -1,5 +1,6 @@ Source: azure-core-cpp -Version: 1.0.0-beta.5 +Version: 1.0.0-beta.6 +Build-Depends: openssl (!windows&!uwp) Description: Microsoft Azure Core SDK for C++ This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++. Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/core/azure-core diff --git a/ports/azure-core-cpp/portfile.cmake b/ports/azure-core-cpp/portfile.cmake index 64501b42f7..727c90e072 100644 --- a/ports/azure-core-cpp/portfile.cmake +++ b/ports/azure-core-cpp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-sdk-for-cpp - REF azure-core_1.0.0-beta.5 - SHA512 e109ea215f3a2440d2b66cccfa6be9b4c143373105df962e47ddaf6668207171a1e8c9317a7799aa647b4669078871fde0c48e407c7966e377e7e6a9d8a67575 + REF azure-core_1.0.0-beta.6 + SHA512 91283c1520f594992a8ea939e1caccdf6574af992a722dcc76d08d3088161f0feb0991c88126c8294b4d1bf7e76ec6f96aa3c0065cdbd5fcc0f94af523f2f7db ) vcpkg_check_features( @@ -25,3 +25,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_fixup_cmake_targets() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") vcpkg_copy_pdbs() + diff --git a/versions/a-/azure-core-cpp.json b/versions/a-/azure-core-cpp.json index b6e0ab5212..57c9165828 100644 --- a/versions/a-/azure-core-cpp.json +++ b/versions/a-/azure-core-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e143c195fc65254d4ad494f01ac5d9832bcced83", + "version-string": "1.0.0-beta.6", + "port-version": 0 + }, { "git-tree": "d2c26dc5d0cba4af8359e6ed7d4820daf494ee2a", "version-string": "1.0.0-beta.5", diff --git a/versions/baseline.json b/versions/baseline.json index 0ca1eaf213..069113e585 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -245,7 +245,7 @@ "port-version": 0 }, "azure-core-cpp": { - "baseline": "1.0.0-beta.5", + "baseline": "1.0.0-beta.6", "port-version": 0 }, "azure-identity-cpp": {