Skip to content

Commit

Permalink
RPM v0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MOARdV committed Dec 29, 2018
1 parent 5dffa1e commit 2d0090b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
6 changes: 3 additions & 3 deletions GameData/JSI/RasterPropMonitor/RasterPropMonitor.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
{
"MAJOR": 0,
"MINOR": 30,
"PATCH": 5
"PATCH": 6
},
"KSP_VERSION":
{
"MAJOR": 1,
"MINOR": 5,
"MINOR": 6,
"PATCH": 0
},
"KSP_VERSION_MIN":
Expand All @@ -23,7 +23,7 @@
"KSP_VERSION_MAX":
{
"MAJOR": 1,
"MINOR": 5,
"MINOR": 6,
"PATCH": 99
}
}
2 changes: 1 addition & 1 deletion RasterPropMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ Global
$36.inheritsSet = Mono
$36.inheritsScope = text/plain
$36.scope = text/plain
version = 0.30.5
version = 0.30.6
EndGlobalSection
EndGlobal
21 changes: 5 additions & 16 deletions RasterPropMonitor/RasterPropMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,16 @@
</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="KSPAssets">
<HintPath>..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\KSPAssets.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
// Revision number is altered automatically.
[assembly: AssemblyVersion("0.30.5.*")]
[assembly: AssemblyVersion("0.30.6.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 2d0090b

Please sign in to comment.