Skip to content

Commit 0821e44

Browse files
Reverted DLL name change, too many mods were using the original name
1 parent 6dd7fb9 commit 0821e44

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.6
4+
Reverted DLL name change, too many mods were using the original name
5+
36
0.1.9.5
47
Renamed DLL for CKAN compatibility
58
Added AssemblyFileVersion

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": 5
13+
"BUILD": 6
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

ToolbarControl/ToolbarControl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ToolbarControl_NS</RootNamespace>
11-
<AssemblyName>ToolbarController</AssemblyName>
11+
<AssemblyName>ToolbarControl</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

0 commit comments

Comments
 (0)