Skip to content

Commit 381494b

Browse files
author
Nate West
committed
KSP 1.4.5
1 parent a7a3c2b commit 381494b

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed
0 Bytes
Binary file not shown.

GameData/TimeControl/TimeControl.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"VERSION": {
77
"MAJOR": 2,
88
"MINOR": 9,
9-
"PATCH": 3,
9+
"PATCH": 4,
1010
"BUILD": 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR": 1,
1414
"MINOR": 4,
15-
"PATCH": 4
15+
"PATCH": 5
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR": 1,
1919
"MINOR": 4,
20-
"PATCH": 4
20+
"PATCH": 5
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR": 1,
2424
"MINOR": 4,
25-
"PATCH": 4
25+
"PATCH": 5
2626
}
2727
}

TimeControl/AssemblyVersion.cs

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

77
using System.Reflection;
88

9-
[assembly: AssemblyVersion("2.9.3.0")]
9+
[assembly: AssemblyVersion("2.9.4.0")]

TimeControl/TimeControl.csproj

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
<ItemGroup>
105105
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
106106
<SpecificVersion>False</SpecificVersion>
107-
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.4\Assembly-CSharp.dll</HintPath>
107+
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.5\Assembly-CSharp.dll</HintPath>
108108
</Reference>
109109
<Reference Include="System">
110110
<HintPath>R:\KSP_1.2.2_dev\KSP_x64_Data\Managed\System.dll</HintPath>
111111
</Reference>
112112
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
113113
<SpecificVersion>False</SpecificVersion>
114-
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.4\UnityEngine.dll</HintPath>
114+
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.5\UnityEngine.dll</HintPath>
115115
</Reference>
116116
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
117117
<SpecificVersion>False</SpecificVersion>
118-
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.4\UnityEngine.UI.dll</HintPath>
118+
<HintPath>..\..\_Dependencies\KSPAssemblies_1.4.5\UnityEngine.UI.dll</HintPath>
119119
</Reference>
120120
</ItemGroup>
121121
<ItemGroup>
@@ -145,22 +145,15 @@
145145
</T4ParameterValues>
146146
</ItemGroup>
147147
<PropertyGroup>
148-
<PostBuildEvent>SET KSPTest=D:\KSP\KSP_win64-1.4.4
149-
SET KSPMHTest=D:\KSP\KSP_win64-1.4.4-MH
148+
<PostBuildEvent>SET KSPTest=D:\KSP\KSP_win64-1.4.5
150149

151150
SET GameDataTarget=%25KSPTest%25\GameData\TimeControl
152151
IF EXIST %25GameDataTarget%25 (
153152
RMDIR /S /Q "%25GameDataTarget%25"
154153
)
155154

156-
SET GameDataMHTarget=%25KSPMHTest%25\GameData\TimeControl
157-
IF EXIST %25GameDataMHTarget%25 (
158-
RMDIR /S /Q "%25GameDataMHTarget%25"
159-
)
160-
161155
copy "$(TargetPath)" "$(SolutionDir)\GameData\TimeControl"
162156
robocopy /E $(SolutionDir)\GameData\TimeControl "%25GameDataTarget%25"
163-
robocopy /E $(SolutionDir)\GameData\TimeControl "%25GameDataMHTarget%25"
164157

165158
exit 0</PostBuildEvent>
166159
</PropertyGroup>

0 commit comments

Comments
 (0)