diff --git a/PlanetShine-Config-Default/PlanetShine-Config-Default-0.2.5.ckan b/PlanetShine-Config-Default/PlanetShine-Config-Default-0.2.5.ckan new file mode 100644 index 0000000000..d983a37921 --- /dev/null +++ b/PlanetShine-Config-Default/PlanetShine-Config-Default-0.2.5.ckan @@ -0,0 +1,38 @@ +{ + "spec_version": "v1.4", + "identifier": "PlanetShine-Config-Default", + "name": "PlanetShine - Default configuration", + "abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements", + "author": "Valerian", + "license": "Apache-2.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/96497", + "repository": "https://github.com/valerian/ksp-planetshine", + "curse": "http://kerbal.curseforge.com/projects/rcs-build-aid" + }, + "version": "0.2.5", + "ksp_version_min": "1.1", + "ksp_version_max": "1.1", + "provides": [ + "PlanetShine-Config" + ], + "depends": [ + { + "name": "PlanetShine" + } + ], + "conflicts": [ + { + "name": "PlanetShine-Config" + } + ], + "install": [ + { + "find": "GameData/PlanetShine/Config", + "install_to": "GameData/PlanetShine" + } + ], + "download": "http://addons-origin.cursecdn.com/files/2292/131/PlanetShine-0.2.5.zip", + "download_size": 45752, + "x_generated_by": "netkan" +} diff --git a/PlanetShine/PlanetShine-0.2.5.ckan b/PlanetShine/PlanetShine-0.2.5.ckan new file mode 100644 index 0000000000..6bf944a956 --- /dev/null +++ b/PlanetShine/PlanetShine-0.2.5.ckan @@ -0,0 +1,32 @@ +{ + "spec_version": "v1.4", + "identifier": "PlanetShine", + "name": "PlanetShine", + "abstract": "Planets and moons reflects their light to your vessel + other ambient light improvements", + "author": "Valerian", + "license": "Apache-2.0", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/96497", + "repository": "https://github.com/valerian/ksp-planetshine", + "curse": "http://kerbal.curseforge.com/projects/rcs-build-aid" + }, + "version": "0.2.5", + "ksp_version_min": "1.1", + "ksp_version_max": "1.1", + "depends": [ + { + "name": "PlanetShine-Config" + } + ], + "install": [ + { + "find": "GameData/PlanetShine", + "install_to": "GameData/PlanetShine", + "filter": "Config" + } + ], + "download": "http://addons-origin.cursecdn.com/files/2292/131/PlanetShine-0.2.5.zip", + "download_size": 45752, + "x_generated_by": "netkan" +}