From 0d71421c058a8ac081afaf7aabf436ce2e13fe5a Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Wed, 1 Jul 2015 20:25:17 -0700 Subject: [PATCH] Add repository information to project files --- src/Microsoft.AspNet.Authentication.Cookies/project.json | 4 ++++ src/Microsoft.AspNet.Authentication.Facebook/project.json | 4 ++++ src/Microsoft.AspNet.Authentication.Google/project.json | 4 ++++ .../project.json | 4 ++++ src/Microsoft.AspNet.Authentication.OAuth/project.json | 4 ++++ src/Microsoft.AspNet.Authentication.OAuthBearer/project.json | 4 ++++ .../project.json | 4 ++++ src/Microsoft.AspNet.Authentication.Twitter/project.json | 4 ++++ src/Microsoft.AspNet.Authentication/project.json | 4 ++++ src/Microsoft.AspNet.Authorization/project.json | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/src/Microsoft.AspNet.Authentication.Cookies/project.json b/src/Microsoft.AspNet.Authentication.Cookies/project.json index 28127904db..34d775f155 100644 --- a/src/Microsoft.AspNet.Authentication.Cookies/project.json +++ b/src/Microsoft.AspNet.Authentication.Cookies/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, diff --git a/src/Microsoft.AspNet.Authentication.Facebook/project.json b/src/Microsoft.AspNet.Authentication.Facebook/project.json index 332385ca73..1da4a78837 100644 --- a/src/Microsoft.AspNet.Authentication.Facebook/project.json +++ b/src/Microsoft.AspNet.Authentication.Facebook/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, diff --git a/src/Microsoft.AspNet.Authentication.Google/project.json b/src/Microsoft.AspNet.Authentication.Google/project.json index b7ffdd0bcf..ab65c2cf78 100644 --- a/src/Microsoft.AspNet.Authentication.Google/project.json +++ b/src/Microsoft.AspNet.Authentication.Google/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } diff --git a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json index 41ef74556b..99ee1bcdab 100644 --- a/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json +++ b/src/Microsoft.AspNet.Authentication.MicrosoftAccount/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support the Microsoft Account authentication workflow.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + },, "dependencies": { "Microsoft.AspNet.Authentication.OAuth": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } diff --git a/src/Microsoft.AspNet.Authentication.OAuth/project.json b/src/Microsoft.AspNet.Authentication.OAuth/project.json index ba2cc53dc0..abe2427c19 100644 --- a/src/Microsoft.AspNet.Authentication.OAuth/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuth/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json index dff02afcb7..6c7f516fe1 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to receive a OAuth bearer token.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json index 0c00d7e424..00dc7bfed2 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support OpenIdConnect authentication workflow.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.Caching.Abstractions": "1.0.0-*", diff --git a/src/Microsoft.AspNet.Authentication.Twitter/project.json b/src/Microsoft.AspNet.Authentication.Twitter/project.json index 6b2ddf521d..e8aa0ecfa2 100644 --- a/src/Microsoft.AspNet.Authentication.Twitter/project.json +++ b/src/Microsoft.AspNet.Authentication.Twitter/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } diff --git a/src/Microsoft.AspNet.Authentication/project.json b/src/Microsoft.AspNet.Authentication/project.json index bdf51537ff..e3321ca9f6 100644 --- a/src/Microsoft.AspNet.Authentication/project.json +++ b/src/Microsoft.AspNet.Authentication/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 common types used by the various authentication middleware.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.DataProtection": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*", diff --git a/src/Microsoft.AspNet.Authorization/project.json b/src/Microsoft.AspNet.Authorization/project.json index a0b9beb5d9..7d2e324d5c 100644 --- a/src/Microsoft.AspNet.Authorization/project.json +++ b/src/Microsoft.AspNet.Authorization/project.json @@ -1,6 +1,10 @@ { "version": "1.0.0-*", "description": "ASP.NET 5 authorization classes.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/security" + }, "dependencies": { "Microsoft.AspNet.Http.Features": "1.0.0-*", "Microsoft.Framework.Logging.Abstractions": "1.0.0-*",