You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In practice, the version specified in .version files tends to be unreliable, with authors
// forgetting to update it when new versions are released. Therefore if we have a version
// specified from another source such as SpaceDock, curse or a GitHub tag, don't overwrite it.
json.SafeAdd("version",avc.version.ToString());
}
That's a reasonable rationale, but it makes it impossible to handle this situation correctly because the version on SpaceDock is not the version for the bundled mod. It would be nice if there was a way to override this.
The text was updated successfully, but these errors were encountered:
Background
CKAN Version:
HEAD (post-1.24.0)
KSP Version:
1.4.2
Operating System:
Win7
Have you made any manual changes to your GameData folder (i.e., not via CKAN)?
No
Problem
What steps did you take in CKAN?
See KSP-CKAN/NetKAN#6471; specified the correct version file for the copy of DynamicBatteryStorage bundled in NearFutureElectrical.
What did you expect to happen?
version
should come out as 1.3.0.0, because that's what's in that file.What happened instead?
version
is 0.10.0 instead, because that's what is set on SpaceDock. This is done on purpose:CKAN/Netkan/Transformers/AvcTransformer.cs
Lines 154 to 160 in a495f43
That's a reasonable rationale, but it makes it impossible to handle this situation correctly because the version on SpaceDock is not the version for the bundled mod. It would be nice if there was a way to override this.
The text was updated successfully, but these errors were encountered: