Added ModuleManager 2.5.1

This commit is contained in:
Paul Fenwick 2014-10-16 15:08:41 +11:00
parent 4e02609450
commit ecf3c5ca3f
1 changed files with 18 additions and 0 deletions

18
ModuleManager-2.5.1.ckan Normal file
View File

@ -0,0 +1,18 @@
{
"spec_version" : 1,
"name" : "Module Manager",
"identifier" : "ModuleManager",
"abstract" : "Modify KSP configs without conflict",
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.1.zip",
"license" : "CC-BY-SA",
"author" : [ "ialdabaoth", "Sarbian" ],
"version" : "2.5.1",
"release_status" : "stable",
"ksp_version" : "0.25",
"install" : [
{
"file" : "ModuleManager.2.5.1.dll",
"install_to" : "GameData"
}
]
}