Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 4705a00

Browse files
committed
Incorporate the changes committed in the release branch
2 parents 874e718 + 6384aa9 commit 4705a00

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

src/AspNet.Security.OAuth.Introspection/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-alpha2-*",
33

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

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",

src/AspNet.Security.OAuth.Validation/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-alpha2-*",
33

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

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",

src/Owin.Security.OAuth.Introspection/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-alpha2-*",
33

4+
"description": "OAuth2 introspection middleware for OWIN/Katana.",
5+
"authors": [ "Kévin Chalet" ],
6+
47
"packOptions": {
5-
"description": "OAuth2 introspection middleware for OWIN/Katana.",
6-
"authors": [ "Kévin Chalet" ],
78
"owners": [ "Kévin Chalet" ],
89

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",

src/Owin.Security.OAuth.Validation/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-alpha2-*",
33

4+
"description": "OAuth2 validation middleware for OWIN/Katana.",
5+
"authors": [ "Kévin Chalet" ],
6+
47
"packOptions": {
5-
"description": "OAuth2 validation middleware for OWIN/Katana.",
6-
"authors": [ "Kévin Chalet" ],
78
"owners": [ "Kévin Chalet" ],
89

910
"projectUrl": "https://github.com/aspnet-contrib/AspNet.Security.OAuth.Extensions",

0 commit comments

Comments
 (0)