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

Commit 5cc49ad

Browse files
committed
Fix the incorrect description/authors metadata in project.json
1 parent 38c0dc8 commit 5cc49ad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/AspNet.Hosting.Extensions/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-final",
33

4+
"description": "Hosting extensions for ASP.NET Core.",
5+
"authors": [ "Kévin Chalet", "Martin Johns" ],
6+
47
"packOptions": {
5-
"description": "Hosting extensions for ASP.NET Core.",
6-
"authors": [ "Kévin Chalet", "Martin Johns" ],
78
"owners": [ "Kévin Chalet" ],
89

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

src/AspNet.Hosting.Katana.Extensions/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-final",
33

4+
"description": "OWIN/Katana hosting extensions for ASP.NET Core.",
5+
"authors": [ "Kévin Chalet" ],
6+
47
"packOptions": {
5-
"description": "OWIN/Katana hosting extensions for ASP.NET Core.",
6-
"authors": [ "Kévin Chalet" ],
78
"owners": [ "Kévin Chalet" ],
89

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

0 commit comments

Comments
 (0)