Browse Source

Fix the incorrect description/authors metadata in project.json

pull/118/head
Kévin Chalet 10 years ago
parent
commit
60d3d48f25
  1. 5
      external/NWebsec/project.json
  2. 5
      src/OpenIddict.Assets/project.json
  3. 5
      src/OpenIddict.Core/project.json
  4. 5
      src/OpenIddict.EF/project.json
  5. 5
      src/OpenIddict.Models/project.json
  6. 5
      src/OpenIddict.Mvc/project.json
  7. 5
      src/OpenIddict.Security/project.json
  8. 5
      src/OpenIddict/project.json

5
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" ],

5
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",

5
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",

5
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",

5
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",

5
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",

5
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",

5
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",

Loading…
Cancel
Save