Skip to content

Commit

Permalink
Reverted disabling the KSPAssembly number (had to modify build server…
Browse files Browse the repository at this point in the history
… to support this)
  • Loading branch information
linuxgurugamer committed Jul 29, 2022
1 parent 2b0a034 commit be17a40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

0.1.9.8
Reverted disabling the KSPAssembly number (had to modify build server to support this)

0.1.9.7
Added ability to hide button even when Blizzy toolbar is not installed

Expand Down
2 changes: 1 addition & 1 deletion ToolbarControl.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 7
"BUILD": 8
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion ToolbarControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

//[assembly: KSPAssembly("ToolbarController", 1, 0)]
[assembly: KSPAssembly("ToolbarController", 1, 0)]
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]

0 comments on commit be17a40

Please sign in to comment.