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>
<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>
</PropertyGroup>

View File

@ -3,9 +3,9 @@
"author": "Microsoft",
"classifications": [
"Web",
"RazorComponents"
"Blazor"
],
"name": "ASP.NET Core Web App (Razor Components)",
"name": "Blazor (server-side)",
"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).",
"groupIdentity": "Microsoft.Web.RazorComponents",
@ -134,4 +134,4 @@
"continueOnError": true
}
]
}
}

View File

@ -1,12 +1,12 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"name": {
"text": "Razor Components",
"text": "Blazor (server-side)",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1029"
},
"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}",
"id": "1030"
},
@ -29,4 +29,4 @@
"excludeLaunchSettings": false,
"minFullFrameworkVersion": "4.6.1",
"disableHttpsSymbol": "NoHttps"
}
}