Skip to content

Commit 0840948

Browse files
Version bump for 1.5 rebuild
1 parent d5011f5 commit 0840948

7 files changed

Lines changed: 19 additions & 16 deletions

File tree

468 KB
Binary file not shown.

Changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@
1515
Updated version file
1616

1717
1.0.4.2
18-
Updated version file for all 1.4
18+
Updated version file for all 1.4
19+
20+
1.0.4.3
21+
Version bump for 1.5 rebuild
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"NAME": "NavBallDockingAlignmentIndicatorCE",
3-
"URL": "https://raw.githubusercontent.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/master/NavBallDockingAlignmentIndicatorCE.version",
3+
"URL": "http://ksp.spacetux.net/avc/NavBallDockingAlignmentIndicatorCE",
44
"DOWNLOAD" : "https://github.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/releases",
55
"GITHUB" :
66
{
@@ -11,21 +11,21 @@
1111
"MAJOR": 1,
1212
"MINOR": 0,
1313
"PATCH": 4,
14-
"BUILD": 2
14+
"BUILD": 3
1515
},
1616
"KSP_VERSION": {
1717
"MAJOR": 1,
18-
"MINOR": 4,
18+
"MINOR": 5,
1919
"PATCH": 1
2020
},
2121
"KSP_VERSION_MIN": {
2222
"MAJOR": 1,
23-
"MINOR": 4,
23+
"MINOR": 5,
2424
"PATCH": 1
2525
},
2626
"KSP_VERSION_MAX": {
2727
"MAJOR": 1,
28-
"MINOR": 4,
28+
"MINOR": 5,
2929
"PATCH": 99
3030
}
3131
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"NAME": "NavBallDockingAlignmentIndicatorCE",
3-
"URL": "https://raw.githubusercontent.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/master/NavBallDockingAlignmentIndicatorCE.version",
3+
"URL": "http://ksp.spacetux.net/avc/NavBallDockingAlignmentIndicatorCE",
44
"DOWNLOAD" : "https://github.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/releases",
55
"GITHUB" :
66
{
@@ -11,21 +11,21 @@
1111
"MAJOR": 1,
1212
"MINOR": 0,
1313
"PATCH": 4,
14-
"BUILD": 2
14+
"BUILD": 3
1515
},
1616
"KSP_VERSION": {
1717
"MAJOR": 1,
18-
"MINOR": 4,
18+
"MINOR": 5,
1919
"PATCH": 1
2020
},
2121
"KSP_VERSION_MIN": {
2222
"MAJOR": 1,
23-
"MINOR": 4,
23+
"MINOR": 5,
2424
"PATCH": 1
2525
},
2626
"KSP_VERSION_MAX": {
2727
"MAJOR": 1,
28-
"MINOR": 4,
28+
"MINOR": 5,
2929
"PATCH": 99
3030
}
3131
}

NavBallDockingAlignmentIndicatorCE/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("1.0.4.2")]
8+
[assembly: AssemblyVersion("1.0.4.3")]

NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
<ItemGroup>
5151
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
53+
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
5454
</Reference>
5555
<Reference Include="System" />
5656
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
58+
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
5959
</Reference>
6060
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6161
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
62+
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
6363
</Reference>
6464
</ItemGroup>
6565
<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.4.3_dev
10+
set H=R:\KSP_1.5.1_dev
1111
set GAMEDIR=NavBallDockingAlignmentIndicatorCE
1212
set GAMEDATA="GameData\"
1313
set VERSIONFILE=%GAMEDIR%.version

0 commit comments

Comments
 (0)