From 5887e412c667f1ad7f1e14d6386ff4ef2b3fb533 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 9 Jan 2019 17:10:17 -0800 Subject: [PATCH] Rename Razor Components template Fixes https://github.com/aspnet/AspNetCore/issues/6525 --- .../RazorComponentsWeb-CSharp/.template.config/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json index 1e5f34617a..fb5992cce0 100644 --- a/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json +++ b/src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json @@ -5,9 +5,9 @@ "Web", "RazorComponents" ], - "name": "ASP.NET Core Razor Components", + "name": "ASP.NET Core Web App (Razor Components)", "generatorVersions": "[1.0.0.0-*)", - "description": "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).", + "description": "A project template for creating an ASP.NET Core application with Razor Components. This template can be used for web applications with rich dynamic user interfaces (UIs).", "groupIdentity": "Microsoft.Web.RazorComponents", "precedence": "5000", "identity": "Microsoft.Web.RazorComponents.CSharp.3.0",