From 4d5c1836e1bea78cd2137d84341eaa19c7966135 Mon Sep 17 00:00:00 2001 From: DMagic Date: Tue, 24 Jun 2014 11:07:58 -0400 Subject: [PATCH] KSPAssembly for mod dependency This should, I think, add better support for mods with hard dependency for Kethane. --- Plugin/Properties/AssemblyInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugin/Properties/AssemblyInfo.cs b/Plugin/Properties/AssemblyInfo.cs index ca9f3a1..7f6573f 100644 --- a/Plugin/Properties/AssemblyInfo.cs +++ b/Plugin/Properties/AssemblyInfo.cs @@ -33,4 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyInformationalVersion("0.8.6")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("0.8.6")] +[assembly: KSPAssembly("Kethane", 8, 6)] \ No newline at end of file