Skip to content

Commit 4b76bf3

Browse files
grasci-armbrondani
andauthored
[projmgr] Update versions
Co-authored-by: Daniel Brondani <[email protected]>
1 parent d3bca27 commit 4b76bf3

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

tools/projmgr/docs/Template/MyProject/MyProject.cproject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json
22

33
project:
44
groups:

tools/projmgr/docs/Template/MySolution.csolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json
22

33
solution:
44
#------ BEGIN: AC6 compiler specific settings -------

tools/projmgr/schemas/cbuild.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cbuild.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cbuild.schema.json",
44
"title": "CMSIS Project Manager cbuild",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"properties": {
77
"build": {
88
"$ref": "./common.schema.json#/definitions/BuildDescType"

tools/projmgr/schemas/cdefault.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cdefault.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cdefault.schema.json",
44
"title": "CMSIS Project Manager cdefault",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"properties": {
77
"default": {
88
"$ref": "./common.schema.json#/definitions/DefaultDescType"

tools/projmgr/schemas/clayer.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/clayer.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/clayer.schema.json",
44
"title": "CMSIS Project Manager clayer",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"properties": {
77
"layer": {
88
"$ref": "./common.schema.json#/definitions/LayerDescType"

tools/projmgr/schemas/common.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/common.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/common.schema.json",
44
"title": "CMSIS Project Manager common",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"definitions": {
77
"ArrayOfStrings": {
88
"type": "array",

tools/projmgr/schemas/cproject.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json",
44
"title": "CMSIS Project Manager cproject",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"properties": {
77
"project": {
88
"$ref": "./common.schema.json#/definitions/ProjectDescType"

tools/projmgr/schemas/csolution.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json",
3+
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json",
44
"title": "CMSIS Project Manager csolution",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"properties": {
77
"solution": {
88
"$ref": "./common.schema.json#/definitions/SolutionDescType"

tools/projmgr/templates/{{ProjectName}}.cproject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/cproject.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/cproject.schema.json
22

33
project:
44
device: {{DeviceName}}

tools/projmgr/templates/{{SolutionName}}.csolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.5.0/tools/projmgr/schemas/csolution.schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.6.0/tools/projmgr/schemas/csolution.schema.json
22

33
solution:
44
target-types:

0 commit comments

Comments
 (0)