Skip to content

Commit be17a40

Browse files
Reverted disabling the KSPAssembly number (had to modify build server to support this)
1 parent 2b0a034 commit be17a40

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
ChangeLog
22

3+
0.1.9.8
4+
Reverted disabling the KSPAssembly number (had to modify build server to support this)
5+
36
0.1.9.7
47
Added ability to hide button even when Blizzy toolbar is not installed
58

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 7
13+
"BUILD": 8
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

ToolbarControl/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
//[assembly: AssemblyVersion("1.0.0.0")]
3636
//[assembly: AssemblyFileVersion("1.0.0.0")]
3737

38-
//[assembly: KSPAssembly("ToolbarController", 1, 0)]
38+
[assembly: KSPAssembly("ToolbarController", 1, 0)]
3939
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]

0 commit comments

Comments
 (0)