Bug #3995
Assembly loader doesn't check KSPAssemblyDependency properly
Status:
Closed
Severity:
Normal
Assignee:
-
Category:
Plugins/Add-Ons
Target version:
-
Start date:
01/29/2015
% Done:
100%
Language:
English (US)
Mod Related:
No
Votes:
Description
It appears that the assembly loader is checking that both the major and minor version numbers must be greater than or equal for a dependency to be met:
- KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 0, 9] - passes.
- KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 0, 10] - passes.
- KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 1, 0] - fails.
- KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 1, 9] - passes.
History
#1 Updated by nightingale about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Closing - NathanKell has this one fixed for 1.0.5