From 542063d4aea525d08d9af6d8bb41b4dbf7e9de3b Mon Sep 17 00:00:00 2001
From: NetKAN bot <netkan-bot@ksp-ckan.org>
Date: Mon, 16 Feb 2015 18:22:25 +0100
Subject: [PATCH] NetKAN generated mods - CraftHistory/CraftHistory-1.0.0,
 KerbalScienceExchange/KerbalScienceExchange-1.0.0

---
 CraftHistory/CraftHistory-1.0.0.ckan          | 11 ++++++-
 .../KerbalScienceExchange-1.0.0.ckan          | 32 +++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 KerbalScienceExchange/KerbalScienceExchange-1.0.0.ckan

diff --git a/CraftHistory/CraftHistory-1.0.0.ckan b/CraftHistory/CraftHistory-1.0.0.ckan
index 1c879f413b..f69c021f4e 100644
--- a/CraftHistory/CraftHistory-1.0.0.ckan
+++ b/CraftHistory/CraftHistory-1.0.0.ckan
@@ -5,7 +5,16 @@
     "install": [
         {
             "file": "GameData/KerboKatz",
-            "install_to": "GameData"
+            "install_to": "GameData",
+            "filter_regexp": [
+                "KerboKatzUtilities.dll",
+                "KerboKatzUtilities.version"
+            ]
+        }
+    ],
+    "depends": [
+        {
+            "name": "KerboKatzUtilities"
         }
     ],
     "resources": {
diff --git a/KerbalScienceExchange/KerbalScienceExchange-1.0.0.ckan b/KerbalScienceExchange/KerbalScienceExchange-1.0.0.ckan
new file mode 100644
index 0000000000..ab7fc054f6
--- /dev/null
+++ b/KerbalScienceExchange/KerbalScienceExchange-1.0.0.ckan
@@ -0,0 +1,32 @@
+{
+    "spec_version": 1,
+    "identifier": "KerbalScienceExchange",
+    "license": "restricted",
+    "install": [
+        {
+            "file": "GameData/KerboKatz",
+            "install_to": "GameData",
+            "filter_regexp": [
+                "KerboKatzUtilities.dll",
+                "KerboKatzUtilities.version"
+            ]
+        }
+    ],
+    "depends": [
+        {
+            "name": "KerboKatzUtilities"
+        }
+    ],
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/threads/110703",
+        "kerbalstuff": "https://kerbalstuff.com/mod/598/CraftHistory"
+    },
+    "ksp_version": "0.90",
+    "name": "CraftHistory",
+    "abstract": "Creates a history of your crafts while you edit them",
+    "author": "SpaceTiger",
+    "version": "1.0.0",
+    "download": "https://kerbalstuff.com/mod/598/CraftHistory/download/1.0.0",
+    "x_generated_by": "netkan",
+    "download_size": 26999
+}