diff --git a/Changelog.txt b/Changelog.txt index 550fa18..e800636 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -74,4 +74,8 @@ Changelog Fixed small memory leak due to not releasing a callback from a GameEvent Thanks to github user @Grimmas for this patch: - System Heat supported by patch \ No newline at end of file + System Heat supported by patch + +2.6.2.1 + Thanks to @gotmachine for this: + Remove useless IConfigNode and [Persistent] implementations to fix conflict with KSPCommunityFixes \ No newline at end of file diff --git a/GameData/StationScience/StationScience.version b/GameData/StationScience/StationScience.version index 515cb52..9d78463 100644 --- a/GameData/StationScience/StationScience.version +++ b/GameData/StationScience/StationScience.version @@ -10,13 +10,13 @@ "VERSION": { "MAJOR": 2, "MINOR": 6, - "PATCH": 1, + "PATCH": 2, "BUILD": 1 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 12, - "PATCH": 0 + "PATCH": 5 }, "KSP_VERSION_MIN": { "MAJOR": 1, diff --git a/StationScience.version b/StationScience.version index 16fefb7..9d78463 100644 --- a/StationScience.version +++ b/StationScience.version @@ -11,7 +11,7 @@ "MAJOR": 2, "MINOR": 6, "PATCH": 2, - "BUILD": 0 + "BUILD": 1 }, "KSP_VERSION": { "MAJOR": 1, diff --git a/StationScience/AssemblyVersion.cs b/StationScience/AssemblyVersion.cs index 333aa91..8b8e756 100644 --- a/StationScience/AssemblyVersion.cs +++ b/StationScience/AssemblyVersion.cs @@ -5,5 +5,5 @@ using System.Reflection; - [assembly: AssemblyVersion("2.6.1.1")] - [assembly: AssemblyFileVersion("2.6.1.1")] + [assembly: AssemblyVersion("2.6.2.1")] + [assembly: AssemblyFileVersion("2.6.2.1")] diff --git a/StationScience/obj/Debug/StationScience.csproj.CoreCompileInputs.cache b/StationScience/obj/Debug/StationScience.csproj.CoreCompileInputs.cache index 80b5325..4c5d99e 100644 --- a/StationScience/obj/Debug/StationScience.csproj.CoreCompileInputs.cache +++ b/StationScience/obj/Debug/StationScience.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -3a710883a4f21998789a712c6a484cd0a42dd70f +742b3b975a46a7a1529b6c23c16f2444bd6c1a49 diff --git a/StationScience/obj/Debug/StationScience.csproj.FileListAbsolute.txt b/StationScience/obj/Debug/StationScience.csproj.FileListAbsolute.txt index 23562da..b4aba42 100644 --- a/StationScience/obj/Debug/StationScience.csproj.FileListAbsolute.txt +++ b/StationScience/obj/Debug/StationScience.csproj.FileListAbsolute.txt @@ -1,5 +1,4 @@ D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.CoreCompileInputs.cache -D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csprojAssemblyReference.cache D:\Users\jbb\github\StationScience\StationScience\bin\Debug\KSP_Log.dll D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.CopyComplete D:\Users\jbb\github\StationScience\StationScience\bin\Debug\MOARStationScience.dll @@ -7,3 +6,4 @@ D:\Users\jbb\github\StationScience\StationScience\bin\Debug\MOARStationScience.p D:\Users\jbb\github\StationScience\StationScience\bin\Debug\SpaceTuxUtility.dll D:\Users\jbb\github\StationScience\StationScience\obj\Debug\MOARStationScience.dll D:\Users\jbb\github\StationScience\StationScience\obj\Debug\MOARStationScience.pdb +D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.AssemblyReference.cache