Skip to content

Commit 688fc9d

Browse files
committed
update pack options
1 parent 21e8804 commit 688fc9d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

JsonApiDotNetCore/project.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"version": "0.1.3-beta-*",
33
"packOptions": {
4+
"summary": "Complete JSONAPI Middleware, Routing, and Controller package for .Net Core",
5+
"tags": [
6+
"dotnetcore",
7+
"jsonapi",
8+
"emberjs"
9+
],
10+
"owners": [
11+
"Jared Nance",
12+
"Children's Research Institue"
13+
],
414
"licenseUrl": "https://github.com/Research-Institute/json-api-dotnet-core/tree/master/JsonApiDotNetCore/LICENSE",
5-
"projectUrl": "https://github.com/Research-Institute/json-api-dotnet-core/"
15+
"projectUrl": "https://github.com/Research-Institute/json-api-dotnet-core",
16+
"repository": {
17+
"url": "https://github.com/Research-Institute/json-api-dotnet-core"
18+
}
619
},
720
"dependencies": {
821
"NETStandard.Library": "1.6.0",

JsonApiDotNetCoreTests/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.0.0-alpha",
32
"testRunner": "xunit",
43
"dependencies": {
54
"JsonApiDotNetCore": "0.1.3-beta-*",

0 commit comments

Comments
 (0)