Assign language and template type to 3 C# item templates (#343)

Addresses #341
This commit is contained in:
Scott Addie 2018-03-12 13:22:07 -05:00 committed by Jass Bagga
parent 6ca89b2ff1
commit 12c3cf028c
3 changed files with 14 additions and 2 deletions

View File

@ -5,6 +5,10 @@
"name": "Razor Page",
"generatorVersions": "[1.0.0.0-*)",
"description": "A Razor page with or without a page model",
"tags": {
"language": "C#",
"type": "item"
},
"groupIdentity": "Microsoft.AspNetCore.Mvc.RazorPage",
"precedence": "100",
"identity": "Microsoft.AspNetCore.Mvc.RazorPage",

View File

@ -4,7 +4,11 @@
"classifications": [ "Web", "ASP.NET" ],
"name": "MVC ViewImports",
"generatorVersions": "[1.0.0.0-*)",
"description": "A MVC View Import Page",
"description": "An MVC View Import Page",
"tags": {
"language": "C#",
"type": "item"
},
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewImports",
"precedence": "100",
"identity": "Microsoft.AspNetCore.Mvc.ViewImports",

View File

@ -4,7 +4,11 @@
"classifications": [ "Web", "ASP.NET" ],
"name": "MVC ViewStart",
"generatorVersions": "[1.0.0.0-*)",
"description": "A MVC ViewStart Page",
"description": "An MVC ViewStart Page",
"tags": {
"language": "C#",
"type": "item"
},
"groupIdentity": "Microsoft.AspNetCore.Mvc.ViewStart",
"precedence": "100",
"identity": "Microsoft.AspNetCore.Mvc.ViewStart",