Skip to content

Commit f44d767

Browse files
version bump
1 parent bd7df53 commit f44d767

File tree

6 files changed

+6
-36
lines changed

6 files changed

+6
-36
lines changed
508 KB
Binary file not shown.
508 KB
Binary file not shown.

ClickThroughBlocker.version

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 7,
13-
"BUILD": 1
14-
},
15-
"KSP_VERSION": {
16-
"MAJOR": 1,
17-
"MINOR": 5,
18-
"PATCH": 1
13+
"BUILD": 2
1914
},
2015
"KSP_VERSION_MIN": {
2116
"MAJOR": 1,

ClickThroughBlocker.version.old

Lines changed: 0 additions & 25 deletions
This file was deleted.

ClickThroughBlocker/ClickThroughBlocker.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@
6767
<ItemGroup>
6868
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6969
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>R:\KSP_1.6.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
70+
<HintPath>R:\KSP_1.7.0_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
7171
</Reference>
7272
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>R:\KSP_1.6.1_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
74+
<HintPath>R:\KSP_1.7.0_dev\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
7575
</Reference>
7676
<Reference Include="System" />
7777
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7878
<SpecificVersion>False</SpecificVersion>
79-
<HintPath>R:\KSP_1.6.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
79+
<HintPath>R:\KSP_1.7.0_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
8080
</Reference>
8181
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
8282
<SpecificVersion>False</SpecificVersion>
83-
<HintPath>R:\KSP_1.6.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
83+
<HintPath>R:\KSP_1.7.0_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
8484
</Reference>
8585
</ItemGroup>
8686
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rem GAMEDATA is the name of the local GameData
77
rem VERSIONFILE is the name of the version file, usually the same as GAMEDATA,
88
rem but not always
99

10-
set H=R:\KSP_1.6.1_dev
10+
set H=R:\KSP_1.7.0_dev
1111
set GAMEDIR=000_ClickThroughBlocker
1212
set GAMEDATA="GameData\"
1313
set VERSIONFILE=%GAMEDIR%.version

0 commit comments

Comments
 (0)