Skip to content

Commit

Permalink
Add KSPAssembly and KSPAssemblyDependency attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Jul 13, 2024
1 parent c452ac0 commit ef45ee1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/RealAntennasProject/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: KSPAssembly("RealAntennas", 2, 4)]

[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 8)]

0 comments on commit ef45ee1

Please sign in to comment.