From c5a5134e46a46fa8018d8cdd0aca7c97889e3fd4 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 2 Aug 2018 11:34:45 -0700 Subject: [PATCH] Revert "Rename Web Application to Starter Web Application" This reverts commit 01ce77da56ba05dfd93e668798314861129fc696. --- .../StarterWeb-CSharp/.template.config/template.json | 4 ++-- .../StarterWeb-CSharp/.template.config/vs-2017.3.host.json | 6 ++---- .../StarterWeb-FSharp/.template.config/template.json | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json index 3272d14821..c1b8bcda52 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json @@ -5,7 +5,7 @@ "Web", "MVC" ], - "name": "ASP.NET Core Starter Web App (Model-View-Controller)", + "name": "ASP.NET Core Web App (Model-View-Controller)", "generatorVersions": "[1.0.0.0-*)", "description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.", "groupIdentity": "Microsoft.Web.Mvc", @@ -360,4 +360,4 @@ "continueOnError": true } ] -} +} \ No newline at end of file diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json index 1233447c55..e41095f10b 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/vs-2017.3.host.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Starter Web Application (Model-View-Controller)", + "text": "Web Application (Model-View-Controller)", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1015" }, @@ -13,9 +13,7 @@ "order": 300, "icon": "vs-2017.3/WebApplication.png", "learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784881", - "uiFilters": [ - "oneaspnet" - ], + "uiFilters": [ "oneaspnet" ], "supportsDocker": true, "isApi": false, "usesOidc": true, diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json index 430ee273de..dad23ea741 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json @@ -5,7 +5,7 @@ "Web", "MVC" ], - "name": "ASP.NET Core Starter Web App (Model-View-Controller)", + "name": "ASP.NET Core Web App (Model-View-Controller)", "generatorVersions": "[1.0.0.0-*)", "description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.", "groupIdentity": "Microsoft.Web.Mvc", @@ -153,4 +153,4 @@ "continueOnError": true } ] -} +} \ No newline at end of file