winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5cd56162ecd70d84f19c01f11320afb9a1995ea2
parent 199b9b0f9db51362eb1bf82540c57d80ba22df9a
Author: Ryan Fu <69221034+ryfu-msft@users.noreply.github.com>
Date:   Fri, 21 Oct 2022 14:08:37 -0700

update protocol max to 64 (#2620)


Diffstat:
Mschemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json | 2+-
Mschemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json b/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json @@ -274,7 +274,7 @@ "type": "string", "maxLength": 2048 }, - "maxItems": 16, + "maxItems": 64, "uniqueItems": true, "description": "List of protocols the package provides a handler for" }, diff --git a/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json b/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json @@ -316,7 +316,7 @@ "type": "string", "maxLength": 2048 }, - "maxItems": 16, + "maxItems": 64, "uniqueItems": true, "description": "List of protocols the package provides a handler for" },