Expose version checking service in SMAPI
spacechase0 opened this issue ยท 3 comments
It would be useful for letting a mod have sub-mods be version checked as well.
Maybe something like this? This adds a helper which could eventually have methods to get mod info, compatibility, etc.
ISemanticVersion version = await helper.WebServices.FetchVersionAsync("nexus:541");
Sub-mods are now officially supported as content packs, which are version-checked the same way as normal SMAPI mods.