Fix package metadata

This commit is contained in:
Eilon Lipton 2016-03-15 15:12:44 -07:00
parent 13874bf771
commit 0f6fb8277c
3 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,12 @@
{ {
"description": "Runtime components for rendering Razor pages.", "description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
"tags": [
"aspnetcore",
"cshtml",
"razor",
"taghelper",
"taghelpers"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true, "allowUnsafe": true,

View File

@ -4,9 +4,6 @@
using Microsoft.AspNetCore.Razor.Chunks.Generators; using Microsoft.AspNetCore.Razor.Chunks.Generators;
using Microsoft.AspNetCore.Razor.CodeGenerators; using Microsoft.AspNetCore.Razor.CodeGenerators;
using Microsoft.AspNetCore.Razor.Parser; using Microsoft.AspNetCore.Razor.Parser;
#if NET451
#endif
namespace Microsoft.AspNetCore.Razor namespace Microsoft.AspNetCore.Razor
{ {

View File

@ -1,5 +1,10 @@
{ {
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.", "description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"tags": [
"aspnetcore",
"cshtml",
"razor"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,