From 5aae7ded010dd80dfb24ca17fc719ff4f4658cd6 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 22 Sep 2016 11:28:51 -0700 Subject: [PATCH] Update Twitter auth package description --- src/Microsoft.AspNetCore.Authentication.Twitter/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Authentication.Twitter/project.json b/src/Microsoft.AspNetCore.Authentication.Twitter/project.json index 9d4aa7b4ed..395f67b3fc 100644 --- a/src/Microsoft.AspNetCore.Authentication.Twitter/project.json +++ b/src/Microsoft.AspNetCore.Authentication.Twitter/project.json @@ -1,6 +1,6 @@ { "version": "1.1.0-*", - "description": "ASP.NET Core middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.", + "description": "ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.", "packOptions": { "repository": { "type": "git",