Skip to content

Commit 9aa0b1a

Browse files
Moved mod into it's own folder
1 parent 6323f94 commit 9aa0b1a

File tree

10 files changed

+12
-7
lines changed

10 files changed

+12
-7
lines changed
0 Bytes
Binary file not shown.

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.1.3.1
2+
Moved mod into it's own folder
3+
14
0.1.3
25
Fixed nullref during game startup
36

GameData/000_Toolbar/ToolbarControl.version renamed to GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"MAJOR" : 0,
1313
"MINOR" : 1,
1414
"PATCH" : 3,
15-
"BUILD" : 0
15+
"BUILD" : 1
1616
}
1717
}

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"MAJOR" : 0,
1313
"MINOR" : 1,
1414
"PATCH" : 3,
15-
"BUILD" : 0
15+
"BUILD" : 1
1616
}
1717
}

ToolbarControl/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("0.1.3.0")]
8+
[assembly: AssemblyVersion("0.1.3.1")]

buildRelease.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rem but not always
2323
rem LICENSE is the license file
2424
rem README is the readme file
2525

26-
set GAMEDIR=000_Toolbar
26+
set GAMEDIR=001_ToolbarControl
2727
set GAMEDATA="GameData\"
2828
set VERSIONFILE=ToolbarControl.version
2929
set LICENSE=TC_LICENSE.md

deploy.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ rem VERSIONFILE is the name of the version file, usually the same as GAMEDATA,
88
rem but not always
99

1010
set H=R:\KSP_1.3.1_dev
11-
set GAMEDIR=000_Toolbar
11+
set GAMEDIR=001_ToolbarControl
1212
set GAMEDATA="GameData\"
1313
set VERSIONFILE=ToolbarControl.version
1414

1515
copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
1616
copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%
1717

1818
xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%H%\GameData\%GAMEDIR%"
19+
20+
pause

jenkins.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
# 0:1.3
2525

2626
# 1:GAMEDIR, VERSIONFILE [, GITHUBREPO ]
27-
1:000_Toolbar , ToolbarControl.version, ToolbarControl
27+
1:001_ToolbarControl , ToolbarControl.version, ToolbarControl
2828

2929
# 2:PROJNAME, PROJFILE, VERSIONFILE, PLUGINSFOLDER
30-
2:ToolbarControl,ToolbarControl/ToolbarControl.csproj,ToolbarControl.version,GameData/000_Toolbar/Plugins
30+
2:ToolbarControl,ToolbarControl/ToolbarControl.csproj,ToolbarControl.version,GameData/001_ToolbarControl/Plugins
3131

3232
# 3:SOURCEFILE, DESTDIR
3333
3:ToolbarControl.version,GameData/000_Toolbar

0 commit comments

Comments
 (0)