Add ModuleManager 2.4.5

This commit is contained in:
Paul Fenwick 2014-10-07 04:50:25 +11:00
parent e24fae1893
commit 7f8d9d5c36
1 changed files with 19 additions and 0 deletions

19
ModuleManager-2.4.5.ckan Normal file
View File

@ -0,0 +1,19 @@
{
"spec_version" : 1,
"name" : "Module Manager",
"identifier" : "ModuleManager",
"abstract" : "Modify KSP configs without conflict",
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/59/artifact/ModuleManager-2.4.5.zip",
"license" : "CC-BY-SA",
"authors" : [ "ialdabaoth", "Sarbian" ],
"version" : "2.4.5",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"install" : [
{
"file" : "ModuleManager.2.4.5.dll",
"install_to" : "GameData"
}
]
}