Skip to content

Commit 0cf1002

Browse files
committed
Fix the incorrect description/authors metadata in project.json
1 parent accfdf7 commit 0cf1002

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/AspNet.Security.OpenId.Steam/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"version": "1.0.0-alpha4-final",
33

4+
"description": "ASP.NET Core authentication middleware for Steam.",
5+
"authors": [ "Kévin Chalet" ],
6+
47
"packOptions": {
5-
"description": "ASP.NET Core authentication middleware for Steam.",
6-
"authors": [ "Kévin Chalet" ],
78
"owners": [ "Kévin Chalet" ],
89

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers",

src/AspNet.Security.OpenId/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"version": "1.0.0-alpha4-final",
33

4+
"description": "ASP.NET Core authentication middleware for OpenID 2.0 providers.",
5+
"authors": [ "Kévin Chalet" ],
6+
47
"packOptions": {
5-
"description": "ASP.NET Core authentication middleware for OpenID 2.0 providers.",
6-
"authors": [ "Kévin Chalet" ],
78
"owners": [ "Kévin Chalet" ],
89

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers",

0 commit comments

Comments
 (0)