Add version numbers to mod metadata

This commit is contained in:
Yoshi Askharoun
2024-05-21 20:23:13 -05:00
parent 1716abc801
commit 5e78ca81aa
6 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ public class BackgroundImageMod : Mod
private const string Author = "Joshua \"Yoshi\" Askharoun";
public override ModMetadata Metadata => new(nameof(BackgroundImageMod), "Background Image", Description, Author);
public override ModMetadata Metadata => new(nameof(BackgroundImageMod), "Background Image",
Description, Author, new(1, 0));
public override AbstractUICollection? GetDefaultOptionsUI()
{