From 2d0090b693da29646d674c305accf768b4a12b24 Mon Sep 17 00:00:00 2001 From: MOARdV Date: Sat, 29 Dec 2018 08:24:09 -0600 Subject: [PATCH] RPM v0.30.6 --- .../RasterPropMonitor.version | 6 +++--- RasterPropMonitor.sln | 2 +- RasterPropMonitor/RasterPropMonitor.csproj | 21 +++++-------------- SharedAssemblyInfo.cs | 2 +- 4 files changed, 10 insertions(+), 21 deletions(-) diff --git a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version index 3874014f..aa425b98 100644 --- a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version +++ b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version @@ -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": @@ -23,7 +23,7 @@ "KSP_VERSION_MAX": { "MAJOR": 1, - "MINOR": 5, + "MINOR": 6, "PATCH": 99 } } diff --git a/RasterPropMonitor.sln b/RasterPropMonitor.sln index a62b6dca..05012a21 100644 --- a/RasterPropMonitor.sln +++ b/RasterPropMonitor.sln @@ -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 diff --git a/RasterPropMonitor/RasterPropMonitor.csproj b/RasterPropMonitor/RasterPropMonitor.csproj index 6ab32a4d..5cf9754e 100644 --- a/RasterPropMonitor/RasterPropMonitor.csproj +++ b/RasterPropMonitor/RasterPropMonitor.csproj @@ -40,27 +40,16 @@ - - ..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\KSPAssets.dll - False - - - ..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll - False - - - ..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll - False + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll + - - ..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp-firstpass.dll - False + + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll - ..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.UI.dll - False + ..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 0a48652e..2ec46940 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -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.