From e3d252bca98e83fdeb98fae3c23c301b2c970e67 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 11 Feb 2021 02:53:56 -0500 Subject: [google-cloud-cpp] populate license field (#16162) * [google-cloud-cpp] populate license field * Fix port version after license file --- ports/google-cloud-cpp/vcpkg.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ports/google-cloud-cpp') diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index 34ac26563..6757be317 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,8 +1,10 @@ { "name": "google-cloud-cpp", "version-string": "1.24.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", "supports": "!uwp", "dependencies": [ "abseil", -- cgit v1.2.3