Skip to content

Commit

Permalink
Updated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jun 3, 2018
1 parent 0205dab commit d5011f5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
Binary file modified .vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide
Binary file not shown.
5 changes: 4 additions & 1 deletion Changelog.txt
Expand Up @@ -12,4 +12,7 @@
Updated for 1.4.1

1.0.4.1
Updated version file
Updated version file

1.0.4.2
Updated version file for all 1.4
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 1
"PATCH": 99
}
}
4 changes: 2 additions & 2 deletions NavBallDockingAlignmentIndicatorCE.version
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -26,6 +26,6 @@
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"PATCH": 1
"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.1")]
[assembly: AssemblyVersion("1.0.4.2")]
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.1_dev\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>R:\KSP_1.4.3_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.1_dev\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>R:\KSP_1.4.3_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.1_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
3 changes: 1 addition & 2 deletions 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.1_dev
set H=R:\KSP_1.4.3_dev
set GAMEDIR=NavBallDockingAlignmentIndicatorCE
set GAMEDATA="GameData\"
set VERSIONFILE=%GAMEDIR%.version
Expand All @@ -17,4 +17,3 @@ copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%

xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%H%\GameData\%GAMEDIR%"

pause

0 comments on commit d5011f5

Please sign in to comment.