Fix up naming of templates
This commit is contained in:
parent
6f197a9e5d
commit
6b93e2ee71
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<Description>Build client-side single-page applications (SPAs) with Razor Components running under WebAssembly.</Description>
|
<Description>Build client-side single-page applications (SPAs) with Blazor running under WebAssembly.</Description>
|
||||||
<IsShippingPackage>true</IsShippingPackage>
|
<IsShippingPackage>true</IsShippingPackage>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
"author": "Microsoft",
|
"author": "Microsoft",
|
||||||
"classifications": [
|
"classifications": [
|
||||||
"Web",
|
"Web",
|
||||||
"RazorComponents"
|
"Blazor"
|
||||||
],
|
],
|
||||||
"name": "ASP.NET Core Web App (Razor Components)",
|
"name": "Blazor (server-side)",
|
||||||
"generatorVersions": "[1.0.0.0-*)",
|
"generatorVersions": "[1.0.0.0-*)",
|
||||||
"description": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
"description": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
||||||
"groupIdentity": "Microsoft.Web.RazorComponents",
|
"groupIdentity": "Microsoft.Web.RazorComponents",
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/vs-2017.3.host",
|
"$schema": "http://json.schemastore.org/vs-2017.3.host",
|
||||||
"name": {
|
"name": {
|
||||||
"text": "Razor Components",
|
"text": "Blazor (server-side)",
|
||||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||||
"id": "1029"
|
"id": "1029"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"text": "A project template for creating an ASP.NET Core Razor Components application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
"text": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
||||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||||
"id": "1030"
|
"id": "1030"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue