Skip to content

Commit 904f07b

Browse files
committed
New version for KSP 1.5.1
1 parent a9dd2d2 commit 904f07b

7 files changed

Lines changed: 19 additions & 12 deletions

File tree

CameraTools/CameraTools.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,25 @@
7171
<ItemGroup>
7272
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_DEV_131\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
74+
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\Assembly-CSharp.dll</HintPath>
75+
</Reference>
76+
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
77+
<SpecificVersion>False</SpecificVersion>
78+
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\Assembly-CSharp-firstpass.dll</HintPath>
7579
</Reference>
7680
<Reference Include="KSPAssets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7781
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_DEV_131\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
82+
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\KSPAssets.dll</HintPath>
7983
</Reference>
8084
<Reference Include="System" />
8185
<Reference Include="System.Xml" />
8286
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
8387
<SpecificVersion>False</SpecificVersion>
84-
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_DEV_131\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
88+
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.dll</HintPath>
8589
</Reference>
8690
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
8791
<SpecificVersion>False</SpecificVersion>
88-
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_DEV_131\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
92+
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UI.dll</HintPath>
8993
</Reference>
9094
</ItemGroup>
9195
<ItemGroup>

CameraTools/Distribution/GameData/CameraTools/CameraTools.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"CHANGE_LOG_URL": "https://github.com/jrodrigv/CameraTools/blob/master/CHANGELOG.md",
66
"VERSION": {
77
"MAJOR": 1,
8-
"MINOR": 10,
8+
"MINOR": 11,
99
"PATCH": 0,
1010
"BUILD": 0
1111
},
1212
"KSP_VERSION": {
1313
"MAJOR": 1,
14-
"MINOR": 4,
15-
"PATCH": 2
14+
"MINOR": 5,
15+
"PATCH": 1
1616
},
1717
"KSP_VERSION_MIN": {
1818
"MAJOR": 1,
19-
"MINOR": 4,
19+
"MINOR": 5,
2020
"PATCH": 1
2121
},
2222
"KSP_VERSION_MAX": {
2323
"MAJOR": 1,
24-
"MINOR": 4,
24+
"MINOR": 5,
2525
"PATCH": 99
2626
}
2727
}

CameraTools/Distribution/GameData/CameraTools/Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.11.0
2+
- Compatibility with KSP 1.5.x
3+
14
v1.10.0
25
- Compatibility with KSP 1.4.x
36

Binary file not shown.

CameraTools/LocalDev/ksp_dir.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
G:\GAMES\KERBAL\Kerbal Space Program_DEV_131
1+
G:\GAMES\KERBAL\Kerbal Space Program_DEV_150

CameraTools/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion( "1.10.0" )]
32-
[assembly: AssemblyFileVersion( "1.10.0.0" )]
31+
[assembly: AssemblyVersion( "1.11.0" )]
32+
[assembly: AssemblyFileVersion( "1.11.0.0" )]
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)