Update Project and ModInfo

This commit is contained in:
Exil Productions
2025-11-11 17:03:38 +01:00
parent 6138ce080e
commit a4ca3b18d5
3 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,6 @@ namespace VMM
public const string Name = "VigilModManager";
public const string Version = "1.0.0";
public const string Author = "Exil_S";
public const string DownloadLink = "";
public const string DownloadLink = "https://github.com/ExilProductions/VigilModManager/releases";
}
}