Skip to content

Commit 6a229ff

Browse files
committed
Bump to KSP 1.5.0
1 parent cdbc214 commit 6a229ff

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.9.1.1 16 October 2018
2+
- Recompiled against KSP release v1.5.0
3+
4+
---
5+
16
v1.9.1 8 July 2017
27
- Body mouseover names should now be localized correctly.
38
- RSS flares updated, courtesy PhineasFreak.

DistantObject.csproj

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,14 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Assembly-CSharp">
40-
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
41-
<Private>False</Private>
42-
</Reference>
43-
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
46-
<Private>False</Private>
47-
</Reference>
48-
<Reference Include="KSPAssets">
49-
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\KSPAssets.dll</HintPath>
50-
<Private>False</Private>
40+
<HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
5141
</Reference>
5242
<Reference Include="System" />
5343
<Reference Include="UnityEngine">
54-
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
55-
<Private>False</Private>
44+
<HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5645
</Reference>
5746
<Reference Include="UnityEngine.UI">
58-
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
59-
<Private>False</Private>
47+
<HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
6048
</Reference>
6149
</ItemGroup>
6250
<ItemGroup>

GameData/DistantObject/DistantObject.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"KSP_VERSION": {
1111
"MAJOR": 1,
12-
"MINOR": 4,
13-
"PATCH": 5
12+
"MINOR": 5,
13+
"PATCH": 0
1414
},
1515
"KSP_VERSION_MIN":
1616
{

0 commit comments

Comments
 (0)