Fix package metadata

This commit is contained in:
Eilon Lipton 2016-03-27 14:18:33 -07:00
parent 8e56602a46
commit 32b2f1b528
3 changed files with 15 additions and 4 deletions

View File

@ -1,10 +1,10 @@
ASP.NET Identity
ASP.NET Core Identity
===
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/vf79kttspnblh2hx/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Identity/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/Identity.svg?branch=dev)](https://travis-ci.org/aspnet/Identity)
ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
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,5 +1,11 @@
{
"description": "ASP.NET Identity providers that use Entity Framework.",
"description": "ASP.NET Core Identity providers that use Entity Framework Core.",
"tags": [
"aspnetcore",
"entityframeworkcore",
"identity",
"membership"
],
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,

View File

@ -1,5 +1,10 @@
{
"description": "Core implementation for ASP.NET Identity.",
"description": "ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.",
"tags": [
"aspnetcore",
"identity",
"membership"
],
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,