--- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ // // AssemblyInfo.cs // -// Copyright © 2014, toadicus +// Copyright © 2014-2015, toadicus // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, @@ -29,6 +29,8 @@ using System.Reflection; using System.Runtime.CompilerServices; +[assembly: KSPAssemblyDependency("ToadicusTools", 0, 0)] + // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. [assembly: AssemblyTitle("AntennaRange")] @@ -37,10 +39,9 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.2.*")] +[assembly: AssemblyVersion("1.10.3.*")] // 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)] //[assembly: AssemblyKeyFile("")] -