winget-cli

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

commit 8b15b73ca31cb44a9980be4b0b4268a712973a7f
parent 9e104ebe699617ef003676eb2ab9837136d799b9
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Fri,  5 Mar 2021 16:51:16 -0800

Fix WinGetVersion regex in packages schema (#783)


Diffstat:
Mschemas/JSON/packages/packages.schema.1.0.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schemas/JSON/packages/packages.schema.1.0.json b/schemas/JSON/packages/packages.schema.1.0.json @@ -13,7 +13,7 @@ "WinGetVersion": { "description": "Version of winget that generated this file", "type": "string", - "pattern": "^[0-9]+\\.[0-9]\\.[0-9]$" + "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" }, "CreationDate": {