winget-cli

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

commit 3d1d44bccc11acda2076ac5ca7cbefebfd424c65
parent e4b9205cff88701b2ad1078dd8ed311ac716b8b6
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Mon,  3 Jul 2023 11:20:44 -0700

Relax InstallationNotes max length (#3397)


Diffstat:
Mschemas/JSON/manifests/v1.5.0/manifest.defaultLocale.1.5.0.json | 2+-
Mschemas/JSON/manifests/v1.5.0/manifest.locale.1.5.0.json | 2+-
Mschemas/JSON/manifests/v1.5.0/manifest.singleton.1.5.0.json | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/schemas/JSON/manifests/v1.5.0/manifest.defaultLocale.1.5.0.json b/schemas/JSON/manifests/v1.5.0/manifest.defaultLocale.1.5.0.json @@ -234,7 +234,7 @@ "InstallationNotes": { "type": [ "string", "null" ], "minLength": 1, - "maxLength": 256, + "maxLength": 10000, "description": "The notes displayed to the user upon completion of a package installation." }, "Documentations": { diff --git a/schemas/JSON/manifests/v1.5.0/manifest.locale.1.5.0.json b/schemas/JSON/manifests/v1.5.0/manifest.locale.1.5.0.json @@ -229,7 +229,7 @@ "InstallationNotes": { "type": [ "string", "null" ], "minLength": 1, - "maxLength": 256, + "maxLength": 10000, "description": "The notes displayed to the user upon completion of a package installation." }, "Documentations": { diff --git a/schemas/JSON/manifests/v1.5.0/manifest.singleton.1.5.0.json b/schemas/JSON/manifests/v1.5.0/manifest.singleton.1.5.0.json @@ -912,7 +912,7 @@ "InstallationNotes": { "type": [ "string", "null" ], "minLength": 1, - "maxLength": 256, + "maxLength": 10000, "description": "The notes displayed to the user upon completion of a package installation." }, "Documentations": {