Skip to content

Commit

Permalink
fix(dotnetnew): Add dotnet-new classification to dotnet new templates
Browse files Browse the repository at this point in the history
This change disambiguates from VS 2019 vsix templates visually.
  • Loading branch information
jeromelaban committed Jan 5, 2021
1 parent eb30a11 commit 23f8ebb
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Uno Platform",
"classifications": [ "Prism", "Xamarin", "Uno Platform", "WebAssembly", "iOS", "Android", "WinUI", "UWP" ],
"classifications": [
"Prism",
"Xamarin",
"Uno Platform",
"WebAssembly",
"iOS",
"Android",
"WinUI",
"UWP",
"dotnet-new"
],
"name": "Cross-Platform App (Prism)",
"identity": "Uno.Platform.Prism.CSharp", // Unique name for this template
"groupIdentity": "Uno.Platform.Prism",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"iOS",
"Windows",
"macOS",
"WinUI"
"WinUI",
"dotnet-new"
],
"name": "Cross-Platform App (WinUI)",
"identity": "Uno.Platform.UnoApp.WinUI",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"Windows",
"macOS",
"Linux",
"Tizen"
"Tizen",
"dotnet-new"
],
"name": "Cross-Platform App",
"identity": "Uno.Platform.UnoApp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"Android",
"iOS",
"Windows",
"macOS"
"macOS",
"dotnet-new"
],
"name": "Cross-Runtime Library",
"identity": "Uno.Platform.UnoCrossRuntimeLib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"Android",
"iOS",
"Windows",
"macOS"
"macOS",
"dotnet-new"
],
"name": "Cross-Platform Library",
"identity": "Uno.Platform.UnoLib",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Uno Platform",
"classifications": [ "Console" ],
"classifications": [
"Web",
"Uno Platform",
"WebAssembly",
"dotnet-new"
],
"name": "Uno Platform WebAssembly Head for Xamarin.Forms",
"identity": "Uno.Platform.Wasm.XamarinForms",
"groupIdentity": "Uno.Platform.XF",
Expand Down

0 comments on commit 23f8ebb

Please sign in to comment.