Fix up naming of templates

This commit is contained in:
Ryan Brandenburg 2019-04-05 15:55:11 -07:00 committed by Artak
parent 6f197a9e5d
commit 6b93e2ee71
3 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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",
@ -134,4 +134,4 @@
"continueOnError": true "continueOnError": true
} }
] ]
} }

View File

@ -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"
}, },
@ -29,4 +29,4 @@
"excludeLaunchSettings": false, "excludeLaunchSettings": false,
"minFullFrameworkVersion": "4.6.1", "minFullFrameworkVersion": "4.6.1",
"disableHttpsSymbol": "NoHttps" "disableHttpsSymbol": "NoHttps"
} }