From 812d9741a0019341d7c04c89d3cc92e05995beef Mon Sep 17 00:00:00 2001 From: DMagic Date: Tue, 24 Jun 2014 10:55:58 -0400 Subject: [PATCH] KSPAssembly for when RPM updates --- Properties/AssemblyInfo.cs | 1 + SCANsatRPM/Properties/AssemblyInfo.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ccb144166..aec168dbf 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -15,6 +15,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion ("1.0.6.0")] +[assembly: KSPAssembly ("SCANsat", 1, 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. //[assembly: AssemblyDelaySign(false)] diff --git a/SCANsatRPM/Properties/AssemblyInfo.cs b/SCANsatRPM/Properties/AssemblyInfo.cs index 9e0e9f155..ee7904e91 100644 --- a/SCANsatRPM/Properties/AssemblyInfo.cs +++ b/SCANsatRPM/Properties/AssemblyInfo.cs @@ -5,4 +5,5 @@ // Change them to the values specific to your project. [assembly: AssemblyTitle("SCANsatRPM")] [assembly: AssemblyDescription ("RasterPropMonitor / SCANsat interface plugin for Kerbal Space Program")] +[assembly: KSPAssemblyDependency("SCANsat", 1, 6)]