diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 49f1bd0db7..6a017b7e3c 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "google-cloud-cpp", "version": "2.28.0", + "port-version": 1, "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", @@ -260,6 +261,19 @@ } ] }, + "bigquerycontrol": { + "description": "Cloud BigQuery Control API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common", + "rest-common" + ] + } + ] + }, "bigtable": { "description": "The Google Cloud Bigtable C++ client library", "dependencies": [ @@ -709,19 +723,6 @@ } ] }, - "experimental-bigquerycontrol": { - "description": "Cloud BigQuery Control API C++ Client Library", - "dependencies": [ - { - "name": "google-cloud-cpp", - "default-features": false, - "features": [ - "grpc-common", - "rest-common" - ] - } - ] - }, "experimental-storage-grpc": { "description": "The GCS+gRPC plugin", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index a420a7c256..1bb908c297 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3166,7 +3166,7 @@ }, "google-cloud-cpp": { "baseline": "2.28.0", - "port-version": 0 + "port-version": 1 }, "google-cloud-cpp-common": { "baseline": "alias", diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index 1c31d79e3c..e5da9ac0e8 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9b77ae60bffb897a84f15bcf11923eb3d1ef2f04", + "version": "2.28.0", + "port-version": 1 + }, { "git-tree": "b6a996f7fdaeca872d6c37ecbd0a2cfe2aa0ee16", "version": "2.28.0",