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 24, 2018
1 parent 98d2847 commit cd2d54b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@

0.1.9.5
fixed RPM patch for showing camera fov in the editor for the Kazzelblad and wide-angle camera

0.1.9.6
Version bump for 1.5 rebuild
10 changes: 5 additions & 5 deletions GameData/HullCameraVDS/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "HullcamVDSContinued",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/HullcamVDSContinued/master/Src/HullcamVDSContinued.version",
"URL": "http://ksp.spacetux.net/avc/HullcamVDSContinued",
"DOWNLOAD" : "https://github.com/linuxgurugamer/HullcamVDSContinued/releases",
"GITHUB" :
{
Expand All @@ -11,21 +11,21 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 5
"BUILD": 6
},
"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
}
}
Binary file modified GameData/HullCameraVDS/MiniAVC.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion HullCamera/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.1.9.5")]
[assembly: AssemblyVersion("0.1.9.6")]
8 changes: 4 additions & 4 deletions HullCamera/HullCamera.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,20 @@ set textTemplatingPath="%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Com
<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="KSPAssets, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.4.3_dev\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
<HintPath>R:\KSP_1.5.1_dev\KSP_x64_Data\Managed\KSPAssets.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>
</Project>
10 changes: 5 additions & 5 deletions HullcamVDSContinued.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "HullcamVDSContinued",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/HullcamVDSContinued/master/Src/HullcamVDSContinued.version",
"URL": "http://ksp.spacetux.net/avc/HullcamVDSContinued",
"DOWNLOAD" : "https://github.com/linuxgurugamer/HullcamVDSContinued/releases",
"GITHUB" :
{
Expand All @@ -11,21 +11,21 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 5
"BUILD": 6
},
"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 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=HullCameraVDS
set GAMEDATA="GameData\"
set VERSIONFILE=%GAMEDIR%.version
Expand Down

0 comments on commit cd2d54b

Please sign in to comment.