Skip to content

Commit

Permalink
Spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Dec 28, 2020
1 parent 31778f5 commit c0eaf61
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions NetKAN/Harmony.netkan
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
{
"spec_version": "v1.26",
"identifier": "Harmony",
"name": "Harmony",
"abstract": "A library for patching, replacing and decorating .NET and Mono methods during runtime.",
"author": "Andreas Pardeike",
"name": "Harmony",
"abstract": "A library for patching, replacing and decorating .NET and Mono methods during runtime.",
"author": "Andreas Pardeike",
"$kref": "#/ckan/github/pardeike/Harmony",
"license": "MIT",
"$kref": "#/ckan/github/pardeike/Harmony",
"ksp_version" : "any",
"ksp_version": "any",
"resources": {
"homepage": "https://github.com/pardeike/Harmony",
"repository": "https://github.com/pardeike/Harmony"
"repository": "https://github.com/pardeike/Harmony"
},
"tags": [
"library"
],
"install": [
{
"find": "net472/0Harmony.dll",
"find_matches_files": true,
"install_to": "GameData"
}
]
}
"install": [ {
"find": "net472/0Harmony.dll",
"find_matches_files": true,
"install_to": "GameData"
} ]
}

0 comments on commit c0eaf61

Please sign in to comment.