Fix package metadata
This commit is contained in:
parent
fd10621c1a
commit
c5d5ef6788
|
|
@ -4,6 +4,6 @@ AppVeyor: [](https://travis-ci.org/aspnet/HtmlAbstractions)
|
||||
|
||||
HTML abstractions such as `IHtmlContent` and related APIs.
|
||||
HTML abstractions used for building HTML content, including types such as `HtmlEncodedString` and `IHtmlContent`.
|
||||
|
||||
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET 5 HTML content interface.",
|
||||
"description": "ASP.NET Core HTML abstractions used for building HTML content.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Html.HtmlEncodedString\r\nMicrosoft.AspNetCore.Html.IHtmlContent",
|
||||
"tags": [
|
||||
"aspnetcore"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/htmlabstractions"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "Contains registration and configuration APIs for the core framework encoders.",
|
||||
"description": "Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.",
|
||||
"tags": [
|
||||
"aspnetcore"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/httpabstractions"
|
||||
|
|
|
|||
Loading…
Reference in New Issue