diff --git a/tools/projmgr/docs/Template/MyProject/MyProject.cproject.yml b/tools/projmgr/docs/Template/MyProject/MyProject.cproject.yml index fdeeed16d..1ada3b9e9 100644 --- a/tools/projmgr/docs/Template/MyProject/MyProject.cproject.yml +++ b/tools/projmgr/docs/Template/MyProject/MyProject.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json project: groups: diff --git a/tools/projmgr/docs/Template/MySolution.csolution.yml b/tools/projmgr/docs/Template/MySolution.csolution.yml index f37a05a01..454f296a0 100644 --- a/tools/projmgr/docs/Template/MySolution.csolution.yml +++ b/tools/projmgr/docs/Template/MySolution.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json solution: #------ BEGIN: AC6 compiler specific settings ------- diff --git a/tools/projmgr/schemas/cbuild.schema.json b/tools/projmgr/schemas/cbuild.schema.json index 299df9f8b..55b9998df 100644 --- a/tools/projmgr/schemas/cbuild.schema.json +++ b/tools/projmgr/schemas/cbuild.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cbuild.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cbuild.schema.json", "title": "CMSIS Project Manager cbuild", - "version": "1.5.0", + "version": "1.6.0", "properties": { "build": { "$ref": "./common.schema.json#/definitions/BuildDescType" diff --git a/tools/projmgr/schemas/cdefault.schema.json b/tools/projmgr/schemas/cdefault.schema.json index 4590c135e..f47295816 100644 --- a/tools/projmgr/schemas/cdefault.schema.json +++ b/tools/projmgr/schemas/cdefault.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cdefault.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cdefault.schema.json", "title": "CMSIS Project Manager cdefault", - "version": "1.5.0", + "version": "1.6.0", "properties": { "default": { "$ref": "./common.schema.json#/definitions/DefaultDescType" diff --git a/tools/projmgr/schemas/clayer.schema.json b/tools/projmgr/schemas/clayer.schema.json index 8b1aad85d..ed04422a8 100644 --- a/tools/projmgr/schemas/clayer.schema.json +++ b/tools/projmgr/schemas/clayer.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/clayer.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/clayer.schema.json", "title": "CMSIS Project Manager clayer", - "version": "1.5.0", + "version": "1.6.0", "properties": { "layer": { "$ref": "./common.schema.json#/definitions/LayerDescType" diff --git a/tools/projmgr/schemas/common.schema.json b/tools/projmgr/schemas/common.schema.json index f0398ec7a..d7ce63248 100644 --- a/tools/projmgr/schemas/common.schema.json +++ b/tools/projmgr/schemas/common.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/common.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/common.schema.json", "title": "CMSIS Project Manager common", - "version": "1.5.0", + "version": "1.6.0", "definitions": { "ArrayOfStrings": { "type": "array", diff --git a/tools/projmgr/schemas/cproject.schema.json b/tools/projmgr/schemas/cproject.schema.json index 16b0ea913..64dd1e31f 100644 --- a/tools/projmgr/schemas/cproject.schema.json +++ b/tools/projmgr/schemas/cproject.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json", "title": "CMSIS Project Manager cproject", - "version": "1.5.0", + "version": "1.6.0", "properties": { "project": { "$ref": "./common.schema.json#/definitions/ProjectDescType" diff --git a/tools/projmgr/schemas/csolution.schema.json b/tools/projmgr/schemas/csolution.schema.json index 3b254dc71..fd91fd5ac 100644 --- a/tools/projmgr/schemas/csolution.schema.json +++ b/tools/projmgr/schemas/csolution.schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json", + "$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json", "title": "CMSIS Project Manager csolution", - "version": "1.5.0", + "version": "1.6.0", "properties": { "solution": { "$ref": "./common.schema.json#/definitions/SolutionDescType" diff --git a/tools/projmgr/templates/{{ProjectName}}.cproject.yml b/tools/projmgr/templates/{{ProjectName}}.cproject.yml index 2630bbbbd..4a9148fc6 100644 --- a/tools/projmgr/templates/{{ProjectName}}.cproject.yml +++ b/tools/projmgr/templates/{{ProjectName}}.cproject.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json project: device: {{DeviceName}} diff --git a/tools/projmgr/templates/{{SolutionName}}.csolution.yml b/tools/projmgr/templates/{{SolutionName}}.csolution.yml index d15397273..dc46e0480 100644 --- a/tools/projmgr/templates/{{SolutionName}}.csolution.yml +++ b/tools/projmgr/templates/{{SolutionName}}.csolution.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json solution: target-types: