Skip to content

Commit 7889bb1

Browse files
committed
Updating nuget package attributes.
1 parent 06ce922 commit 7889bb1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/AspNet.Plus.Logging.ReflectInsight/project.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"language": "en-US",
55
"description": "A ReflectInsight Logger implementation for ASP.NET Core.",
66
"copyright": "Copyright 2016, ZoneMatrix",
7+
"authors": [ "AspNet.Plus contributors" ],
78
"packOptions": {
89
"description": "A ReflectInsight Logger implementation for ASP.NET Core.",
910
"copyright": "Copyright 2016, ZoneMatrix",
@@ -12,9 +13,9 @@
1213
"iconUrl": "http://avatars2.githubusercontent.com/u/16177606",
1314
"releaseNotes": "AspNet.Plus.Logging.ReflectInsight - ReflectInsight Logger for ASP.NET Core (only available for NET 4.*)",
1415
"requireLicenseAcceptance": true,
15-
"owners": ["ZoneMatrix" ],
16-
"authors": ["codematrix"],
17-
"tags": [
16+
"owners": [ "ZoneMatrix" ],
17+
"authors": [ "AspNet.Plus contributors" ],
18+
"tags": [
1819
"ASP.NET Core",
1920
"Logging",
2021
"ReflectSoftware",
@@ -45,8 +46,8 @@
4546
"frameworkAssemblies": {
4647
"System.Runtime": "4.0.10.0",
4748
"System.Xml": "4.0.0.0",
48-
"System.Xml.Linq": "4.0.0.0"
49+
"System.Xml.Linq": "4.0.0.0"
4950
}
5051
}
51-
}
52+
}
5253
}

0 commit comments

Comments
 (0)