From 942e28736734cc8f2c3958f61ba2b940b59ae32a Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Thu, 12 Nov 2015 19:31:00 -0500 Subject: [PATCH 1/3] Abstract changes are incidental, changing the filename to match the identifier is the goal. --- surfacelights/SurfaceLights-1.0.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfacelights/SurfaceLights-1.0.ckan b/surfacelights/SurfaceLights-1.0.ckan index 289ce923d4..8ea6c1cb68 100644 --- a/surfacelights/SurfaceLights-1.0.ckan +++ b/surfacelights/SurfaceLights-1.0.ckan @@ -4,7 +4,7 @@ "name" : "Surface Lights", "author" : [ "Why485" ], "version" : "1.0", - "abstract" : "Surface Mounted Stock-Alike Lights for Self-Illumination", + "abstract" : "Surface mounted stock-alike lights for self-illumination", "license" : "CC-BY-NC-ND-3.0", "ksp_version_min": "0.24", "resources": { From a96615f0fa6178d1a09701d32af1c7d8fe22e796 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Thu, 12 Nov 2015 19:31:46 -0500 Subject: [PATCH 2/3] Deprecate SurfaceMountedLights as it's the newer identifier with the smaller install base. --- SurfaceMountedLights/SurfaceMountedLights-1.1.ckan | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SurfaceMountedLights/SurfaceMountedLights-1.1.ckan b/SurfaceMountedLights/SurfaceMountedLights-1.1.ckan index dadd804087..24f25eec8d 100644 --- a/SurfaceMountedLights/SurfaceMountedLights-1.1.ckan +++ b/SurfaceMountedLights/SurfaceMountedLights-1.1.ckan @@ -1,8 +1,8 @@ { "spec_version": "v1.4", "identifier": "SurfaceMountedLights", - "name": "Surface Mounted Lights", - "abstract": "Small stock-alike lights that sit flush for lighting up you stations and ships.", + "name": "Surface Mounted Lights - deprecated", + "abstract": "Deprecated version of Surface Mounted Lights, you want the other one.", "author": "Why485", "license": "CC-BY-NC-ND-3.0", "resources": { @@ -21,4 +21,4 @@ "download": "https://kerbalstuff.com/mod/1255/Surface%20Mounted%20Lights/download/1.1", "download_size": 57368, "x_generated_by": "netkan" -} +} \ No newline at end of file From 0234fb2d4568317d7e1ccf3af993342ddb5363a6 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Thu, 12 Nov 2015 19:32:29 -0500 Subject: [PATCH 3/3] Output from netkan.exe, a fast push of the netkan to create a more seamless user experience. --- surfacelights/surfacelights-1.1.ckan | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 surfacelights/surfacelights-1.1.ckan diff --git a/surfacelights/surfacelights-1.1.ckan b/surfacelights/surfacelights-1.1.ckan new file mode 100644 index 0000000000..d3a91bd5d4 --- /dev/null +++ b/surfacelights/surfacelights-1.1.ckan @@ -0,0 +1,29 @@ +{ + "spec_version": "v1.4", + "identifier": "surfacelights", + "name": "Surface Mounted Lights", + "abstract": "Small stock-alike lights that sit flush for lighting up you stations and ships.", + "author": "Why485", + "license": "CC-BY-NC-ND-3.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/57778-1-0-Surface-Mounted-Stock-Alike-Lights-for-Self-Illumination", + "kerbalstuff": "https://kerbalstuff.com/mod/1255/Surface%20Mounted%20Lights", + "x_screenshot": "https://kerbalstuff.com/content/Why485_16544/Surface_Mounted_Lights/Surface_Mounted_Lights-1447285176.1731143.png" + }, + "version": "1.1", + "ksp_version": "1.0.5", + "conflicts": [ + { + "name": "SurfaceMountedLights" + } + ], + "install": [ + { + "find": "SurfaceLights", + "install_to": "GameData" + } + ], + "download": "https://kerbalstuff.com/mod/1255/Surface%20Mounted%20Lights/download/1.1", + "download_size": 57368, + "x_generated_by": "netkan" +}