Skip to content

Commit d8943b6

Browse files
committed
[projmgr] Update pack identifier schema description
1 parent 11160f2 commit d8943b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/projmgr/schemas/common.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@
16341634
"title": "pack:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#pack",
16351635
"type": "string",
16361636
"pattern": "^([a-zA-Z0-9_ \\.-]+)((::[a-zA-Z0-9_ \\.\\*-]+)(@(>=|\\~|\\^)?([0-9]+\\.[0-9]+\\.[0-9]+((\\+|\\-)[a-zA-Z0-9_\\.\\+-]+)?))?)?$",
1637-
"description": "Name of a software pack with the following format:\n [vendor ::] pack-name # Use the latest version of the pack\n [vendor ::] pack-name@version # With exact version\n [vendor ::] pack-name@>=version # With version equal or higher\n [vendor ::] pack-name@^version # With version equal or higher but the same major version\n [vendor ::] pack-name@~version # With version equal or higher but the same major and minor version"
1637+
"description": "Name of a software pack with the following format:\n vendor::pack-name # Use the latest installed version of the pack\n vendor::pack-name@version # With exact version\n vendor::pack-name@>=version # With version equal or higher\n vendor::pack-name@^version # With version equal or higher but the same major version\n vendor::pack-name@~version # With version equal or higher but the same major and minor version"
16381638
},
16391639
"VersionlessPackID": {
16401640
"title": "pack:\nDocumentation: https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#pack",

0 commit comments

Comments
 (0)