Skip to content

Commit

Permalink
Merge pull request #67 from WildernessLabs/jorge-metadata-updates
Browse files Browse the repository at this point in the history
Metadata updates
  • Loading branch information
CartBlanche authored Jun 5, 2024
2 parents 25033ca + 13bff3e commit 8288c37
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "http://json.schemastore.org/template",
"author": "Wilderness Labs",
"classifications": [ "Meadow", "App" ],
"name": "Meadow StartKit (RasPi)",
"identity": "WildernessLabs.Meadow.StartKit.RasPi",
"groupIdentity": "WildernessLabs.Meadow.SKRasPi",
"name": "Meadow StartKit (Raspberry Pi)",
"identity": "WildernessLabs.Meadow.StartKit.RPi",
"groupIdentity": "WildernessLabs.Meadow.SKRPi",
"shortName": "meadow-startkit-rpi",
"tags": {
"language": "C#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/template",
"author": "Wilderness Labs",
"classifications": [ "Meadow", "Console" ],
"name": "Meadow Desktop App",
"name": "Meadow.Desktop App",
"description": "A Meadow.Desktop app that runs on Windows, macOS and Linux.",
"identity": "WildernessLabs.Meadow.Desktop.CSharp.Template",
"groupIdentity": "WildernessLabs.Meadow.Desktop",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "http://json.schemastore.org/template",
"author": "Wilderness Labs",
"classifications": [ "Meadow", "Console" ],
"name": "Meadow Linux Raspberry Pi App",
"description": "A Meadow Linux application that runs on a Raspberry",
"identity": "WildernessLabs.Meadow.RaspberryPi.CSharp.Template",
"groupIdentity": "WildernessLabs.Meadow.RaspberryPi",
"name": "Meadow.Linux Raspberry Pi App",
"description": "A Meadow.Linux application that runs on a Raspberry Pi",
"identity": "WildernessLabs.Meadow.RPi.CSharp.Template",
"groupIdentity": "WildernessLabs.Meadow.RPi",
"shortName": "meadow-rpi",
"tags": {
"language": "C#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "http://json.schemastore.org/template",
"author": "Wilderness Labs",
"classifications": [ "Meadow", "Console" ],
"name": "Meadow Linux reTerminal App",
"description": "A Meadow Linux application that runs on Seeed Studio reTerminal",
"name": "Meadow.Linux reTerminal App",
"description": "A Meadow.Linux application that runs on Seeed Studio reTerminal",
"identity": "WildernessLabs.Meadow.reTerminal.CSharp.Template",
"groupIdentity": "WildernessLabs.Meadow.reTerminal",
"shortName": "meadow-reterminal",
Expand Down

0 comments on commit 8288c37

Please sign in to comment.