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 VideoSyncMod : Mod
private const string Author = "sylvathemoth";
public override ModMetadata Metadata => new(nameof(VideoSyncMod), "Fix Video Sync", Description, Author);
public override ModMetadata Metadata => new(nameof(VideoSyncMod), "Fix Video Sync",
Description, Author, new(2, 0));
public override async Task<string?> Apply()
{