Skip to content

Commit cadfcc9

Browse files
authored
Add KSPAssembly attribute to assemblyinfo.cs (#321)
1 parent a92a049 commit cadfcc9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Source/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
#if CIBUILD
4040
[assembly: AssemblyVersion("@MAJOR@.@MINOR@.@PATCH@.@BUILD@")]
4141
[assembly: AssemblyFileVersion("@MAJOR@.@MINOR@.@PATCH@.@BUILD@")]
42+
[assembly: KSPAssembly("RealSolarSystem", @MAJOR@, @MINOR@, @PATCH@)]
4243
#else
4344
[assembly: AssemblyVersion("18.5.0.0")]
4445
[assembly: AssemblyFileVersion("18.5.0.0")]
46+
[assembly: KSPAssembly("RealSolarSystem", 21, 0, 0)]
4547
#endif
4648

4749
[assembly: KSPAssemblyDependency("Kopernicus", 1, 0)]
48-
[assembly: KSPAssemblyDependency("Kopernicus.Parser", 1, 0)]
50+
[assembly: KSPAssemblyDependency("Kopernicus.Parser", 1, 0)]

0 commit comments

Comments
 (0)