diff --git a/Meadow_DotNet_SDK/Project_Templates/templates/Meadow.StartKit/___safeprojectname___.RasPi/.template.config/template.json b/Meadow_DotNet_SDK/Project_Templates/templates/Meadow.StartKit/___safeprojectname___.RasPi/.template.config/template.json index a08a8ef..c092521 100644 --- a/Meadow_DotNet_SDK/Project_Templates/templates/Meadow.StartKit/___safeprojectname___.RasPi/.template.config/template.json +++ b/Meadow_DotNet_SDK/Project_Templates/templates/Meadow.StartKit/___safeprojectname___.RasPi/.template.config/template.json @@ -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#", diff --git a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowDesktopCSharp/.template.config/template.json b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowDesktopCSharp/.template.config/template.json index c9b60f9..273c14a 100644 --- a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowDesktopCSharp/.template.config/template.json +++ b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowDesktopCSharp/.template.config/template.json @@ -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", diff --git a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowRaspberryPiCSharp/.template.config/template.json b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowRaspberryPiCSharp/.template.config/template.json index afe5ccb..873e994 100644 --- a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowRaspberryPiCSharp/.template.config/template.json +++ b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowRaspberryPiCSharp/.template.config/template.json @@ -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#", diff --git a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowReTerminal/.template.config/template.json b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowReTerminal/.template.config/template.json index 16c5778..6b6996c 100644 --- a/Meadow_DotNet_SDK/Project_Templates/templates/MeadowReTerminal/.template.config/template.json +++ b/Meadow_DotNet_SDK/Project_Templates/templates/MeadowReTerminal/.template.config/template.json @@ -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",