Skip to content

Commit

Permalink
[google-cloud-cpp] Add rpc feature (microsoft#36476)
Browse files Browse the repository at this point in the history
* Add feature to google-cloud-cpp

* Format manifest file

* Add version

---------

Co-authored-by: Pablo Rodriguez Avila <[email protected]>
  • Loading branch information
Pravila00 and pabloromicrosoft authored Feb 1, 2024
1 parent 9fd2bda commit f744cba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "2.20.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",
Expand Down Expand Up @@ -1108,6 +1109,18 @@
}
]
},
"rpc": {
"description": "RPC API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"run": {
"description": "Cloud Run Admin API C++ Client Library",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@
},
"google-cloud-cpp": {
"baseline": "2.20.0",
"port-version": 0
"port-version": 1
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "363eb6725f35aaefdbd1da17ab0a3d1bd93e90cd",
"version": "2.20.0",
"port-version": 1
},
{
"git-tree": "3b6b859d3c9db3328c9cb34949d5d618f4999090",
"version": "2.20.0",
Expand Down

0 comments on commit f744cba

Please sign in to comment.