Merge branch 'release' into dev

This commit is contained in:
David Fowler 2014-10-31 02:12:01 -07:00
commit 6aed946a63
7 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.",
"dependencies": {
"Microsoft.AspNet.Security": "1.0.0-*",
"Newtonsoft.Json": "6.0.6"

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.",
"dependencies": {
"Microsoft.AspNet.Security.OAuth": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.",
"dependencies": {
"Microsoft.AspNet.Security.OAuth": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.",
"dependencies": {
"Microsoft.AspNet.Security.OAuth": "1.0.0-*",
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.",
"dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.AspNet.Security": "1.0.0-*",

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
"dependencies": {
"Microsoft.AspNet.Security": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 common types used by the various authentication middleware.",
"dependencies": {
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },