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)]