mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Add version numbers to mod metadata
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user