Skip to content

Commit 2b43f07

Browse files
committed
Release 0.2.0.0 Beta (LisiasT) for KSP >= 1.8.0
1 parent bac83ea commit 2b43f07

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TweakScale Companion :: Frameworks :: Changes
22

3+
* 2021-0926: 0.2.0.0 **Beta** (LisiasT) for KSP >= 1.8
4+
+ Refactoring:
5+
- Using recent KSPe.Light.TweakScale features to allow selective loading of DLLs bound to 3rd-parties, allowing the Companion to be used on installments where these dependencies are not preset.
6+
- A lot of flexibility on deployment are available now! :)
37
* 2021-0919: 0.1.0.2 **Beta** (LisiasT) for KSP >= 1.8
48
+ A less than ideal initialisation routine were fixed.
59
+ Closes Issues:

CHANGE_LOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# TweakScale Companion :: Frameworks :: Change Log
22

3+
* 2021-0926: 0.2.0.0 **Beta** (LisiasT) for KSP >= 1.8
4+
+ Refactoring:
5+
- Using recent KSPe.Light.TweakScale features to allow selective loading of DLLs bound to 3rd-parties, allowing the Companion to be used on installments where these dependencies are not preset.
6+
- A lot of flexibility on deployment are available now.
37
* 2021-0919: 0.1.0.2 **Beta** (LisiasT) for KSP >= 1.8
48
+ A less than ideal initialisation routine were fixed.
59
+ Closes Issues:

TweakScaleCompanion.Frameworks.version

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/TweakScaleCompanion_Frameworks/master/CHANGES.md",
77
"VERSION":{
88
"MAJOR":0,
9-
"MINOR":1,
9+
"MINOR":2,
1010
"PATCH":0,
11-
"BUILD":2
11+
"BUILD":0
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

0 commit comments

Comments
 (0)