diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt
index 90acbe6..9ab35ed 100644
--- a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt
+++ b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt
@@ -1,4 +1,7 @@
-V0.26.0.0
+V0.27.0.0
+Fix dependency issue for Unloaded Resources processing requiring TAC-LS to be installed.
+Re-Compile for KSP 1.8.x
+V0.26.0.0
Re-compile for KSP 1.7.2 and above.
Added BackgroundResources processing. This is a module also distributed with my TAC LS mod. It will do EC processing for DeepFreezer parts that
are on unloaded vessels (not the active vessel). You can turn it off in the Difficulty settings. It also does unloaded EC production for all vessels.
diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version b/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version
index 848bde0..7c04105 100644
--- a/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version
+++ b/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version
@@ -2,8 +2,8 @@
"NAME":"DeepFreeze Continued...",
"URL":"http://ksp-avc.cybutek.net/version.php?id=183",
"DOWNLOAD":"http://spacedock.info/mod/142/DeepFreeze%20Continued...",
-"VERSION":{"MAJOR":0,"MINOR":26,"PATCH":0,"BUILD":0},
-"KSP_VERSION":{"MAJOR":1,"MINOR":7,"PATCH":2},
-"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":7,"PATCH":0},
-"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":7,"PATCH":99}
+"VERSION":{"MAJOR":0,"MINOR":27,"PATCH":0,"BUILD":0},
+"KSP_VERSION":{"MAJOR":1,"MINOR":8,"PATCH":0},
+"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":8,"PATCH":0},
+"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":8,"PATCH":99}
}
\ No newline at end of file
diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/KSPedia/deepfreeze.ksp b/Distribution/GameData/REPOSoftTech/DeepFreeze/KSPedia/deepfreeze.ksp
index 5ceee26..069bc28 100644
Binary files a/Distribution/GameData/REPOSoftTech/DeepFreeze/KSPedia/deepfreeze.ksp and b/Distribution/GameData/REPOSoftTech/DeepFreeze/KSPedia/deepfreeze.ksp differ
diff --git a/Source/DeepFreeze.csproj b/Source/DeepFreeze.csproj
index 9b885f5..1110ff4 100644
--- a/Source/DeepFreeze.csproj
+++ b/Source/DeepFreeze.csproj
@@ -9,7 +9,7 @@
Properties
DeepFreeze
DeepFreeze
- v3.5
+ v4.6
512
@@ -23,6 +23,7 @@
4
false
Auto
+ false
pdbonly
@@ -31,6 +32,7 @@
TRACE
prompt
4
+ false
OnOutputUpdated
@@ -57,6 +59,27 @@
False
..\..\KSPDLLs\UnityEngine.dll
+
+ ..\..\KSPDLLs\UnityEngine.AnimationModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.AudioModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.CoreModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.ImageConversionModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.IMGUIModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.InputLegacyModule.dll
+
+
+ ..\..\KSPDLLs\UnityEngine.TextRenderingModule.dll
+
False
..\..\KSPDLLs\UnityEngine.UI.dll
diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs
index be57f43..6435177 100644
--- a/Source/Properties/AssemblyInfo.cs
+++ b/Source/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.26.0.0")]
-[assembly: AssemblyFileVersion("0.26.0.0")]
-[assembly: KSPAssembly("DeepFreeze", 0, 25)]
\ No newline at end of file
+[assembly: AssemblyVersion("0.27.0.0")]
+[assembly: AssemblyFileVersion("0.27.0.0")]
+[assembly: KSPAssembly("DeepFreeze", 0, 28)]
\ No newline at end of file