File tree Expand file tree Collapse file tree
Source/TweakScaleCompanion_Frameworks/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# TweakScale Companion :: Frameworks :: Changes
22
3+ * 2025-1212: 0.4.0.7 (LisiasT) for KSP >= 1.2.2
4+ + Removes an unduly hard dependency.
35* 2025-0903: 0.4.0.6 (LisiasT) for KSP >= 1.2.2
46 + **FINALLY** fixes a glitch that was eluding me for years!
57 + Closes issues:
Original file line number Diff line number Diff line change 11# TweakScale Companion :: Frameworks :: Change Log
22
3+ * 2025-1212: 0.4.0.7 (LisiasT) for KSP >= 1.2.2
4+ + Removes an unduly hard dependency.
35* 2025-0903: 0.4.0.6 (LisiasT) for KSP >= 1.2.2
46 + **FINALLY** fixes a glitch that was eluding me for years!
57 + Closes issues:
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ namespace <#= PROJECT_NAME #>
8484 public const int build = <#= build #>;
8585 public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
8686#if DEBUG
87- public const string Text = Number + " /L BETA DEBUG";
87+ public const string Text = Number + " /L DEBUG";
8888#else
89- public const string Text = Number + " /L BETA ";
89+ public const string Text = Number + " /L";
9090#endif
9191 public const bool NamespaceAsDirectories = true;
9292 }
Original file line number Diff line number Diff line change 88 "MAJOR":0,
99 "MINOR":4,
1010 "PATCH":0,
11- "BUILD":6
11+ "BUILD":7
1212 },
1313 "KSP_VERSION_MIN":{
1414 "MAJOR":1,
You can’t perform that action at this time.
0 commit comments