aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-core-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/azure-core-cpp')
-rw-r--r--ports/azure-core-cpp/portfile.cmake4
-rw-r--r--ports/azure-core-cpp/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-core-cpp/portfile.cmake b/ports/azure-core-cpp/portfile.cmake
index 6902344d2..d1e06d0b5 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.9
- SHA512 7d1bc802ed3b1ee3724ba258d8759fa04d614666eec1f5ec28abf665ee2c5af34148bb4682a9d8c8be2b9beec0ba886fc850c8333d3229ff6209d9116901fd84
+ REF azure-core_1.0.0
+ SHA512 84b1f56103677166b0bff1aa4837fed950545a4851e260f3aaf304d797d7fb270b5dc52d373fcb73de0c3e6a9366d860ff4f4d90eae9ba3f8e2ffe4eb211e3f2
)
vcpkg_check_features(
diff --git a/ports/azure-core-cpp/vcpkg.json b/ports/azure-core-cpp/vcpkg.json
index 3dd039d4f..8cf29fd1a 100644
--- a/ports/azure-core-cpp/vcpkg.json
+++ b/ports/azure-core-cpp/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
- "version-semver": "1.0.0-beta.9",
+ "version-semver": "1.0.0",
"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++."