SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Expose version checking service in SMAPI

spacechase0 opened this issue ยท 3 comments

commented

It would be useful for letting a mod have sub-mods be version checked as well.

commented

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");
commented

That would work great.

commented

Sub-mods are now officially supported as content packs, which are version-checked the same way as normal SMAPI mods.