Fix package descriptions with proper casing

#468
This commit is contained in:
Eilon Lipton 2015-10-14 22:40:57 -07:00
parent 8359038927
commit 3c925fc4bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to receive a OpenIdConnect bearer token.",
"description": "ASP.NET 5 middleware that enables an application to receive an OpenID Connect bearer token.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support OpenIdConnect authentication workflow.",
"description": "ASP.NET 5 middleware that enables an application to support the OpenID Connect authentication workflow.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/security"