mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[google-cloud-cpp] use 'version' for version numbers (#16177)
This commit is contained in:
parent
e05bea4283
commit
28c588e6af
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"version-string": "1.24.0",
|
||||
"port-version": 1,
|
||||
"version": "1.24.0",
|
||||
"port-version": 2,
|
||||
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
||||
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2258,7 +2258,7 @@
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.24.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"google-cloud-cpp-common": {
|
||||
"baseline": "alias",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "720f34d5340392fe35e2ed3553b378225c8bb211",
|
||||
"version": "1.24.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "16ca3b8eae830e46a951f7e5dc10408ee0517f6d",
|
||||
"version-string": "1.24.0",
|
||||
|
Loading…
Reference in New Issue
Block a user