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

Commit c4b4782

Browse files
committed
Update project.json to build 1.0.0-alpha3-final packages
1 parent b539a8d commit c4b4782

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/AspNet.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha3-*",
2+
"version": "1.0.0-alpha3-final",
33

44
"description": "OAuth2 introspection middleware for ASP.NET Core.",
55
"authors": [ "Kévin Chalet" ],

src/AspNet.Security.OAuth.Validation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha3-*",
2+
"version": "1.0.0-alpha3-final",
33

44
"description": "OAuth2 validation middleware for ASP.NET Core.",
55
"authors": [ "Kévin Chalet" ],

src/Owin.Security.OAuth.Introspection/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha3-*",
2+
"version": "1.0.0-alpha3-final",
33

44
"description": "OAuth2 introspection middleware for OWIN/Katana.",
55
"authors": [ "Kévin Chalet" ],

src/Owin.Security.OAuth.Validation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha3-*",
2+
"version": "1.0.0-alpha3-final",
33

44
"description": "OAuth2 validation middleware for OWIN/Katana.",
55
"authors": [ "Kévin Chalet" ],

0 commit comments

Comments
 (0)