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 31, 2018
1 parent d5011f5 commit 0840948
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
Binary file modified .vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide
Binary file not shown.
5 changes: 4 additions & 1 deletion Changelog.txt
Expand Up @@ -15,4 +15,7 @@
Updated version file

1.0.4.2
Updated version file for all 1.4
Updated version file for all 1.4

1.0.4.3
Version bump for 1.5 rebuild
@@ -1,6 +1,6 @@
{
"NAME": "NavBallDockingAlignmentIndicatorCE",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/master/NavBallDockingAlignmentIndicatorCE.version",
"URL": "http://ksp.spacetux.net/avc/NavBallDockingAlignmentIndicatorCE",
"DOWNLOAD" : "https://github.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/releases",
"GITHUB" :
{
Expand All @@ -11,21 +11,21 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 2
"BUILD": 3
},
"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 NavBallDockingAlignmentIndicatorCE.version
@@ -1,6 +1,6 @@
{
"NAME": "NavBallDockingAlignmentIndicatorCE",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/master/NavBallDockingAlignmentIndicatorCE.version",
"URL": "http://ksp.spacetux.net/avc/NavBallDockingAlignmentIndicatorCE",
"DOWNLOAD" : "https://github.com/linuxgurugamer/NavBallDockingAlignmentIndicatorCE/releases",
"GITHUB" :
{
Expand All @@ -11,21 +11,21 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 2
"BUILD": 3
},
"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 NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.4.2")]
[assembly: AssemblyVersion("1.0.4.3")]
Expand Up @@ -50,16 +50,16 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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="System" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion deploy.bat
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=NavBallDockingAlignmentIndicatorCE
set GAMEDATA="GameData\"
set VERSIONFILE=%GAMEDIR%.version
Expand Down

0 comments on commit 0840948

Please sign in to comment.