Skip to content

Commit

Permalink
Hard require for out of order Loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GER-Space committed Aug 26, 2019
1 parent dcd29dc commit 52895d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(true)]

// Require CustomPrelaunchChecks
[assembly: KSPAssemblyDependency("CustomPreLaunchChecks", 1, 0)]


// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c868c344-eb8b-4318-a3da-0462f49d6261")]

Expand All @@ -33,6 +37,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.7.3.1")]
[assembly: AssemblyInformationalVersion("1.7.3.1")]
[assembly: AssemblyFileVersion("1.7.3.2")]
[assembly: AssemblyInformationalVersion("1.7.3.2")]
[assembly: KSPAssembly("KerbalKonstructs", 0, 9)]

0 comments on commit 52895d7

Please sign in to comment.