Skip to content

Commit 394a68f

Browse files
committed
1 parent d4cb5c2 commit 394a68f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/RemoteTech2/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
38+
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
39+
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
40+
// does not appear to have a hard requirement to match the assembly version.
41+
[assembly: KSPAssembly("RemoteTech2", 1, 4)]

0 commit comments

Comments
 (0)