sarbian / ModuleManager

177 stars 95 forks source link

Discrepancy between KSP and C# versions #133

Open ihsoft opened 5 years ago

ihsoft commented 5 years ago

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)]
blowfishpro commented 5 years ago

@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?