Fix package metadata
This commit is contained in:
parent
8e56602a46
commit
32b2f1b528
|
|
@ -1,10 +1,10 @@
|
|||
ASP.NET Identity
|
||||
ASP.NET Core Identity
|
||||
===
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Identity/branch/dev)
|
||||
|
||||
Travis: [](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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue