Skip to content

Commit

Permalink
Version bump for 1.5 rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Oct 23, 2018
1 parent 4d1632f commit 8d439a4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.1.0.11
Version bump for 1.5 rebuild

1.1.0.10
Fixed Hide UI when paused

Expand Down
10 changes: 5 additions & 5 deletions GameData/KerbalGPS/KerbalGPS.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "KerbalGPS",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalGPS/master/KerbalGPS.version",
"URL": "http://ksp.spacetux.net/avc/KerbalGPS",
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalGPS/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,21 +10,21 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0,
"BUILD": 10
"BUILD": 11
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 99
}
}
10 changes: 5 additions & 5 deletions KerbalGPS.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "KerbalGPS",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalGPS/master/KerbalGPS.version",
"URL": "http://ksp.spacetux.net/avc/KerbalGPS",
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalGPS/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,21 +10,21 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0,
"BUILD": 10
"BUILD": 11
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 99
}
}
2 changes: 1 addition & 1 deletion KerbalGPS/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.1.0.10")]
[assembly: AssemblyVersion("1.1.0.11")]
10 changes: 5 additions & 5 deletions KerbalGPS/KerbalGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="ClickThroughBlocker">
<HintPath>R:\KSP_1.4.3_dev\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\GameData\000_ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="ToolbarControl">
<HintPath>R:\KSP_1.4.3_dev\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\GameData\001_ToolbarControl\Plugins\ToolbarControl.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion deploy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rem GAMEDATA is the name of the local GameData
rem VERSIONFILE is the name of the version file, usually the same as GAMEDATA,
rem but not always

set H=R:\KSP_1.4.3_dev
set H=R:\KSP_1.5.1_dev
set GAMEDIR=KerbalGPS
set GAMEDATA="GameData"
set VERSIONFILE=%GAMEDIR%.version
Expand Down

0 comments on commit 8d439a4

Please sign in to comment.