Przeglądaj źródła

Rename Razor Components template

Fixes https://github.com/aspnet/AspNetCore/issues/6525
Pranav K 7 lat temu
rodzic
commit
5887e412c6

+ 2 - 2
src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json

@@ -5,9 +5,9 @@
     "Web",
     "Web",
     "RazorComponents"
     "RazorComponents"
   ],
   ],
-  "name": "ASP.NET Core Razor Components",
+  "name": "ASP.NET Core Web App (Razor Components)",
   "generatorVersions": "[1.0.0.0-*)",
   "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",
   "groupIdentity": "Microsoft.Web.RazorComponents",
   "precedence": "5000",
   "precedence": "5000",
   "identity": "Microsoft.Web.RazorComponents.CSharp.3.0",
   "identity": "Microsoft.Web.RazorComponents.CSharp.3.0",