Rename Web Application to Starter Web Application

This commit is contained in:
Ryan Brandenburg 2018-07-17 11:11:06 -07:00
parent 26fd3dce25
commit 01ce77da56
3 changed files with 8 additions and 6 deletions

View File

@ -5,7 +5,7 @@
"Web", "Web",
"MVC" "MVC"
], ],
"name": "ASP.NET Core Web App (Model-View-Controller)", "name": "ASP.NET Core Starter Web App (Model-View-Controller)",
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Mvc",
@ -360,4 +360,4 @@
"continueOnError": true "continueOnError": true
} }
] ]
} }

View File

@ -1,7 +1,7 @@
{ {
"$schema": "http://json.schemastore.org/vs-2017.3.host", "$schema": "http://json.schemastore.org/vs-2017.3.host",
"name": { "name": {
"text": "Web Application (Model-View-Controller)", "text": "Starter Web Application (Model-View-Controller)",
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
"id": "1015" "id": "1015"
}, },
@ -13,7 +13,9 @@
"order": 300, "order": 300,
"icon": "vs-2017.3/WebApplication.png", "icon": "vs-2017.3/WebApplication.png",
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784881", "learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784881",
"uiFilters": [ "oneaspnet" ], "uiFilters": [
"oneaspnet"
],
"supportsDocker": true, "supportsDocker": true,
"isApi": false, "isApi": false,
"usesOidc": true, "usesOidc": true,

View File

@ -5,7 +5,7 @@
"Web", "Web",
"MVC" "MVC"
], ],
"name": "ASP.NET Core Web App (Model-View-Controller)", "name": "ASP.NET Core Starter Web App (Model-View-Controller)",
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Mvc",
@ -153,4 +153,4 @@
"continueOnError": true "continueOnError": true
} }
] ]
} }