Skip to content

Commit

Permalink
Fix AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 7, 2023
1 parent 40aa485 commit 6f9835e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Source/ROLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] // Don't change for every release
#if CIBUILD
[assembly: AssemblyFileVersion("@MAJOR@.@MINOR@.@PATCH.@BUILD@")]
[assembly: AssemblyFileVersion("@MAJOR@.@MINOR@.@PATCH@.@BUILD@")]
[assembly: KSPAssembly("ROLib", @MAJOR@, @MINOR@, @PATCH@)]
#else
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
[assembly: KSPAssembly("ROLib", 1, 9, 1)]
#endif

[assembly: KSPAssembly("ROLib", 1, 0)]
//[assembly: KSPAssemblyDependency("TexturesUnlimited", 1, 0)] // We need this to ensure correct load order but unfortunately TU doesn't define the KSPAssembly attribute. https://github.com/shadowmage45/TexturesUnlimited/issues/104

0 comments on commit 6f9835e

Please sign in to comment.