sarbian/ModuleManager

Discrepancy between KSP and C# versions

ihsoft opened this issue · 1 comments

It seems the KSP mod version has stuck at 2.5.0. I'm not sure if it's intentionally or not, so filing the issue instead of a PR.

[assembly: AssemblyVersion("3.1.2")]
[assembly: KSPAssembly("ModuleManager", 2, 5)]

@sarbian maybe this can be set automatically if you move to reading version info from tags so that it doesn't have to be updated every time?