Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 540b902

Browse files
author
N. Taylor Mullen
committed
Update description and tag project metadata.
#74
1 parent cae1d5a commit 540b902

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/Microsoft.AspNetCore.Razor.Tools/project.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"version": "1.0.0-*",
3-
"description": "TagHelper tooling for .NET Core CLI.",
3+
"description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
44
"packOptions": {
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/AspNet/RazorTooling"
8-
}
8+
},
9+
"tags": [
10+
"cshtml",
11+
"razor",
12+
"taghelper",
13+
"aspnetcore",
14+
"taghelpers"
15+
]
916
},
1017
"buildOptions": {
1118
"outputName": "dotnet-razor-tooling",

0 commit comments

Comments
 (0)