diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-03-24 12:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 12:49:28 -0700 |
| commit | 31b3eff6a777eb5743249f08fd2dfc68f7e82c91 (patch) | |
| tree | f80271d4bf447943a30a615f0e94b26e31968e1c /ports/azure-core-cpp | |
| parent | 6562225c92ec34b92970ce0e4b680856eb6ae24b (diff) | |
| download | vcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.tar.gz vcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.zip | |
[azure-core-cpp] Azure Core Release Beta 7 (#16668)
* [azure-core-cpp] Update to 1.0.0-beta.7
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Diffstat (limited to 'ports/azure-core-cpp')
| -rw-r--r-- | ports/azure-core-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-core-cpp/portfile.cmake | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/azure-core-cpp/CONTROL b/ports/azure-core-cpp/CONTROL index f50fe316b..97d6c6008 100644 --- a/ports/azure-core-cpp/CONTROL +++ b/ports/azure-core-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-core-cpp
-Version: 1.0.0-beta.6
+Version: 1.0.0-beta.7
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++.
diff --git a/ports/azure-core-cpp/portfile.cmake b/ports/azure-core-cpp/portfile.cmake index 727c90e07..d9f7e95f4 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.6
- SHA512 91283c1520f594992a8ea939e1caccdf6574af992a722dcc76d08d3088161f0feb0991c88126c8294b4d1bf7e76ec6f96aa3c0065cdbd5fcc0f94af523f2f7db
+ REF azure-core_1.0.0-beta.7
+ SHA512 2ec13d3ee592869fc086c601e884fb992c123298135c9ffc8d43089c6a4a8368266ebc88f9636b5e63fc19af917d169e7557b2054c5449648bbf21ab3793fbd1
)
vcpkg_check_features(
@@ -25,4 +25,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
-
|
