Skip to content

Commit

Permalink
add packOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Jul 10, 2016
1 parent 39bfcb4 commit 78f6021
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions src/Flurl.Http.Xml/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"title": "Flurl.Http.Xml",
"version": "1.0.0-*",
"authors": [ "Luk Vermeulen" ],
"copyright": "Copyright 2016",
"description": "XML extensions to Flurl.Http",

"buildOptions": {
"compile": {
Expand All @@ -10,6 +13,21 @@
"outputName": "Flurl.Http.Xml",
"xmlDoc": false
},

"packOptions": {
"owners": [ "Luk Vermeulen" ],
"requireLicenseAcceptance": true,
"summary": "XML extensions to Flurl.Http",
"tags": [ "Flurl", "Http", "Xml" ],
"projectUrl": "https://github.com/lvermeulen/Flurl.Http.Xml",
"licenseUrl": "https://github.com/lvermeulen/Flurl.Http.Xml/blob/master/LICENSE",
"iconUrl": "http://i.imgur.com/llEKpRL.png?1",
"repository": {
"type": "git",
"url": "https://github.com/lvermeulen/Flurl.Http.Xml"
}
},

"dependencies": {
"Flurl.Http": "1.0.0-beta7"
},
Expand Down Expand Up @@ -55,17 +73,5 @@
"System.Xml.XPath.XDocument": "4.0.1"
}
}
//"netcoreapp1.0": {
// "dependencies": {
// "System.Xml.XDocument": "4.0.11",
// "System.Xml.XmlSerializer": "4.0.11",
// "System.Xml.XPath": "4.0.1",
// "System.Xml.XPath.XDocument": "4.0.1",
// "Microsoft.NETCore.App": {
// "type": "platform",
// "version": "1.0.0"
// }
// }
//}
}
}

0 comments on commit 78f6021

Please sign in to comment.