diff --git a/external/NWebsec/project.json b/external/NWebsec/project.json index b62bf52e..888ae43e 100644 --- a/external/NWebsec/project.json +++ b/external/NWebsec/project.json @@ -1,11 +1,12 @@ { "version": "1.0.0-internal-*", + "description": "NWebsec middleware for ASP.NET 5 applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.", + "authors": [ "André N. Klingsheim" ], + "packOptions": { "title": "NWebsec.Middleware (ASP.NET 5)", - "description": "NWebsec middleware for ASP.NET 5 applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.", "releaseNotes": "This release includes core functions for the NWebsec security libaries.", - "authors": [ "André N. Klingsheim" ], "owners": [ "André N. Klingsheim" ], "copyright": "Copyright © 2014 - 2015", "tags": [ "NWebsec Security AspNet AppSec" ], diff --git a/src/OpenIddict.Assets/project.json b/src/OpenIddict.Assets/project.json index a6bd9a36..4e028b05 100644 --- a/src/OpenIddict.Assets/project.json +++ b/src/OpenIddict.Assets/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Contains the default assets used by OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Contains the default assets used by OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index 9b1468f8..3f2b6f67 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Core components of OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Core components of OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict.EF/project.json b/src/OpenIddict.EF/project.json index 38d11c23..bc514ef5 100644 --- a/src/OpenIddict.EF/project.json +++ b/src/OpenIddict.EF/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Entity Framework adapter for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Entity Framework adapter for OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict.Models/project.json b/src/OpenIddict.Models/project.json index ac0b6ff9..ca2edc4e 100644 --- a/src/OpenIddict.Models/project.json +++ b/src/OpenIddict.Models/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Contains the default models used by OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Contains the default models used by OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index 562fe2ed..8a7840d2 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "ASP.NET Core MVC module for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "ASP.NET Core MVC module for OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict.Security/project.json b/src/OpenIddict.Security/project.json index d230f953..7e3b01aa 100644 --- a/src/OpenIddict.Security/project.json +++ b/src/OpenIddict.Security/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Security headers module for OpenIddict.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Security headers module for OpenIddict.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core", diff --git a/src/OpenIddict/project.json b/src/OpenIddict/project.json index 08357e21..f0374ec6 100644 --- a/src/OpenIddict/project.json +++ b/src/OpenIddict/project.json @@ -1,9 +1,10 @@ { "version": "1.0.0-alpha2-*", + "description": "Easy-to-use OpenID Connect server for ASP.NET Core.", + "authors": [ "Kévin Chalet" ], + "packOptions": { - "description": "Easy-to-use OpenID Connect server for ASP.NET Core.", - "authors": [ "Kévin Chalet" ], "owners": [ "Kévin Chalet" ], "projectUrl": "https://github.com/openiddict/openiddict-core",