mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:41:24 +08:00
[functions-framework-cpp] use 'version' for version numbers (#16178)
This commit is contained in:
parent
5e4d04ecd5
commit
e05bea4283
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "functions-framework-cpp",
|
||||
"version-string": "0.3.0",
|
||||
"port-version": 1,
|
||||
"version": "0.3.0",
|
||||
"port-version": 2,
|
||||
"description": "Functions Framework for C++.",
|
||||
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2074,7 +2074,7 @@
|
||||
},
|
||||
"functions-framework-cpp": {
|
||||
"baseline": "0.3.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"fuzzylite": {
|
||||
"baseline": "6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c99280d0ee9b2e57960d13b54521a2305c1f85a8",
|
||||
"version": "0.3.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "1506acc2df21c0b49e93d73da7229d524ace0fb3",
|
||||
"version-string": "0.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user