diff --git a/README.md b/README.md index 488b6a7797..b4c19003f9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json index 65f9db7a18..1ff2305a5d 100644 --- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json +++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json @@ -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, diff --git a/src/Microsoft.AspNetCore.Identity/project.json b/src/Microsoft.AspNetCore.Identity/project.json index 8bc53893be..4ff93e0a7e 100644 --- a/src/Microsoft.AspNetCore.Identity/project.json +++ b/src/Microsoft.AspNetCore.Identity/project.json @@ -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,