Skip to content

Commit

Permalink
Add KSPAssembly to AssemblyInfo.cs to allow cleaner dependent DLL lin…
Browse files Browse the repository at this point in the history
  • Loading branch information
MOARdV committed Jun 24, 2014
1 parent d4cb5c2 commit 394a68f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RemoteTech2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
// does not appear to have a hard requirement to match the assembly version.
[assembly: KSPAssembly("RemoteTech2", 1, 4)]

0 comments on commit 394a68f

Please sign in to comment.