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 28, 2018
1 parent 59cdc5d commit 9d56050
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
5 changes: 4 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@
1.1.7
Thanks to @gotmachine for these additions:
Added properties to the component inspector
Component inspector field and properties also show base class properties (BindingFlags.FlattenHierarchy)
Component inspector field and properties also show base class properties (BindingFlags.FlattenHierarchy)

1.1.7.1
Version bump for 1.5 rebuild
10 changes: 5 additions & 5 deletions GameData/KerbalObjectInspector/KerbalObjectInspector.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "KerbalObjectInspector",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalObjectInspector/master/KerbalObjectInspector.version",
"URL": "http://ksp.spacetux.net/avc/KerbalObjectInspector",
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalObjectInspector/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,21 +10,21 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 7,
"BUILD": 0
"BUILD": 1
},
"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 KerbalObjectInspector.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "KerbalObjectInspector",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalObjectInspector/master/KerbalObjectInspector.version",
"URL": "http://ksp.spacetux.net/avc/KerbalObjectInspector",
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalObjectInspector/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,21 +10,21 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 7,
"BUILD": 0
"BUILD": 1
},
"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 KerbalObjectInspector/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.7.0")]
[assembly: AssemblyVersion("1.1.7.1")]
13 changes: 7 additions & 6 deletions KerbalObjectInspector/KerbalObjectInspector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,23 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.4.5_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.5_dev\GameData\ClickThroughBlocker\Plugins\ClickThroughBlocker.dll</HintPath>
<Reference Include="ClickThroughBlocker, Version=0.1.6.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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.5_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, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>R:\KSP_1.4.5_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.5_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
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.5_dev
set H=R:\KSP_1.5.1_dev
set GAMEDIR=KerbalObjectInspector
set GAMEDATA="GameData\"
set VERSIONFILE=%GAMEDIR%.version
Expand Down

0 comments on commit 9d56050

Please sign in to comment.