From 2001c093874c741651633124775823df28955fe3 Mon Sep 17 00:00:00 2001 From: JPLRepo Date: Sat, 17 Oct 2020 08:03:38 +1000 Subject: [PATCH] Update for KSP 1.10.x --- .../GameData/REPOSoftTech/DeepFreeze/Changelog.txt | 4 +++- .../REPOSoftTech/DeepFreeze/DeepFreezeContinued.version | 8 ++++---- Source/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt index fccb002..6a0d4a0 100644 --- a/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt +++ b/Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt @@ -1,4 +1,6 @@ -V0.28.0.0 +V0.29.0.0 +Re-Compile for KSP 1.10.x +V0.28.0.0 Re-Compile for KSP 1.9.x Fixed the visibility of the CRY-0300 External Door with JSI Advanced Transparent Pods also installed. Fixed the animated Croypod glass on the CRY-300R. diff --git a/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version b/Distribution/GameData/REPOSoftTech/DeepFreeze/DeepFreezeContinued.version index b16183f..8a18ff7 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":28,"PATCH":0,"BUILD":0}, -"KSP_VERSION":{"MAJOR":1,"MINOR":9,"PATCH":0}, -"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":9,"PATCH":0}, -"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":9,"PATCH":99} +"VERSION":{"MAJOR":0,"MINOR":29,"PATCH":0,"BUILD":0}, +"KSP_VERSION":{"MAJOR":1,"MINOR":10,"PATCH":0}, +"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":10,"PATCH":0}, +"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":10,"PATCH":99} } \ No newline at end of file diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index b09220e..9dd3ee2 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.28.0.0")] -[assembly: AssemblyFileVersion("0.28.0.0")] -[assembly: KSPAssembly("DeepFreeze", 0, 28)] \ No newline at end of file +[assembly: AssemblyVersion("0.29.0.0")] +[assembly: AssemblyFileVersion("0.29.0.0")] +[assembly: KSPAssembly("DeepFreeze", 0, 29)] \ No newline at end of file