Skip to content

Commit

Permalink
udpated project
Browse files Browse the repository at this point in the history
  • Loading branch information
matgr1 committed Sep 16, 2016
1 parent f784588 commit bab3f36
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/FreeImage-dotnet-core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"version": "3.17.0-*",
"title": "FreeImage dotnet core",
"copyright": "(c) 2016-present Matt Graham",
"authors": [ "Matt Graham" ],
"projectUrl": "https://github.com/matgr1/FreeImage-dotnet-core",

"buildOptions": {
"allowUnsafe": true
Expand All @@ -12,6 +16,13 @@
},

"packOptions": {
"iconUrl": "http://freeimage.sourceforge.net/images/logo.jpg",
"licenseUrl": "http://freeimage.sourceforge.net/license.html",
"repository": {
"type": "git",
"url": "https://github.com/matgr1/FreeImage-dotnet-core"
},
"tags": [ "FreeImage" ],
"files": {
"mappings": {
"runtimes/win7-x86/native/": [ "../../runtimes/win7-x86/native/FreeImage.dll" ],
Expand Down

0 comments on commit bab3f36

Please sign in to comment.