Skip to content

Commit 6dd7fb9

Browse files
Renamed DLL for CKAN compatibility
Added AssemblyFileVersion Updated version file for 1.12
1 parent b2ea2c1 commit 6dd7fb9

File tree

8 files changed

+24
-8
lines changed

8 files changed

+24
-8
lines changed

ChangeLog.txt

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

3+
0.1.9.5
4+
Renamed DLL for CKAN compatibility
5+
Added AssemblyFileVersion
6+
Updated version file for 1.12
7+
38
0.1.9.4
49
Really did the MiniAVC update
510

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 4
13+
"BUILD": 5
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 0
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,
17-
"MINOR": 8,
22+
"MINOR": 12,
1823
"PATCH": 0
1924
}
2025
}

ToolbarControl.version

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 4
13+
"BUILD": 5
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 0
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,
17-
"MINOR": 8,
22+
"MINOR": 12,
1823
"PATCH": 0
1924
}
2025
}

ToolbarControl/AssemblyVersion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("0.1.9.4")]
13+
[assembly: AssemblyVersion("0.1.9.5")]
14+
[assembly: AssemblyFileVersion("0.1.9.5")]

ToolbarControl/AssemblyVersion.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@
9797
using System.Reflection;
9898

9999
[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
100+
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]

ToolbarControl/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
//[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
//[assembly: AssemblyFileVersion("1.0.0.0")]
3737

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

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>ToolbarControl</AssemblyName>
11+
<AssemblyName>ToolbarController</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />

buildRelease.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ rem Copy files to GameData locations
3636

3737
copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
3838
copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%
39-
copy /Y ..\MiniAVC.dll %GAMEDATA%\%GAMEDIR%
4039

4140
if "%LICENSE%" NEQ "" copy /y %LICENSE% %GAMEDATA%\%GAMEDIR%
4241
if "%README%" NEQ "" copy /Y %README% %GAMEDATA%\%GAMEDIR%

0 commit comments

Comments
 (0)