File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Module Manager Watch Dog :: Changes
22
3+ * 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
4+ + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
5+ + Closes issue:
6+ - [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
37* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
4- +
8+ + Fixes a mishap while updating the target DLL.
59* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2
610 + Adds a Install Checker for:
711 - The tool itself
Original file line number Diff line number Diff line change 11# Module Manager Watch Dog :: Change Log
22
3+ * 2022-1112: 1.1.0.3 (LisiasT) for KSP >= 1.2.2
4+ + Makes the thing survivable if KSP starts with the `pwd` set to anywhere but the `KSPUtil.ApplicationRootPath`.
5+ + Closes issue:
6+ - [#6](https://github.com/net-lisias-ksp/ModuleManagerWatchDog/issues/6) Resurrect the multiple ModuleManager DLLs check for KSP 1.12.x
37* 2022-0719: 1.1.0.2 (LisiasT) for KSP >= 1.2.2
48 + Fixes a mishap while updating the target DLL.
59* 2022-0621: 1.1.0.1 (LisiasT) for KSP >= 1.2.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TARGETBINDIR="$TARGETDIR/Plugins"
77PROJECTSDIR = "Source/$PACKAGE/"
88VERSIONFILE = "$PACKAGE.version"
99
10- DLLS = "WatchDogForInterstellarRedist WatchDogForScaleRedist"
10+ DLLS = "WatchDogForInterstellarRedist WatchDogForScaleRedist WatchDogInstallChecker "
1111
1212# PluginData DLLs
1313PD_DLLS = "ModuleManagerWatchDog"
Original file line number Diff line number Diff line change 88 "MAJOR":1,
99 "MINOR":1,
1010 "PATCH":0,
11- "BUILD":2
11+ "BUILD":3
1212 },
1313 "KSP_VERSION_MIN":{
1414 "MAJOR":1,
You can’t perform that action at this time.
0 commit comments