Skip to content

Commit 5008041

Browse files
committed
Release 0.4.0.7 (LisiasT) for KSP >= 1.2.2
1 parent f799d29 commit 5008041

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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:

CHANGE_LOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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:

Source/TweakScaleCompanion_Frameworks/Properties/Version.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

TweakScaleCompanion.Frameworks.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":0,
99
"MINOR":4,
1010
"PATCH":0,
11-
"BUILD":6
11+
"BUILD":7
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)