Fix package metadata

This commit is contained in:
Eilon Lipton 2016-03-26 15:00:56 -07:00
parent fd10621c1a
commit c5d5ef6788
3 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,6 @@ AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/cu9y78vsdp19e
Travis: [![Travis](https://travis-ci.org/aspnet/HtmlAbstractions.svg?branch=dev)](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.

View File

@ -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"

View File

@ -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"