From a4ca3b18d5e6fd7f07af713e7889800888aa54d2 Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Tue, 11 Nov 2025 17:03:38 +0100 Subject: [PATCH] Update Project and ModInfo --- Core.cs | 2 +- ModInfo.cs | 2 +- VMM.csproj | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Core.cs b/Core.cs index f48ceb8..acbb15c 100644 --- a/Core.cs +++ b/Core.cs @@ -8,7 +8,7 @@ using VMM.ModRegistry.Settings; using VMM.ModRegistry.Settings.Types; using VMM.UI; -[assembly: MelonInfo(typeof(VMM.Core), ModInfo.Name, ModInfo.Version, ModInfo.Author, null)] +[assembly: MelonInfo(typeof(VMM.Core), ModInfo.Name, ModInfo.Version, ModInfo.Author, ModInfo.DownloadLink)] [assembly: MelonGame("Singularity Studios", "Vigil")] namespace VMM diff --git a/ModInfo.cs b/ModInfo.cs index 408f317..8d34585 100644 --- a/ModInfo.cs +++ b/ModInfo.cs @@ -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"; } } diff --git a/VMM.csproj b/VMM.csproj index 9ea8147..b236de5 100644 --- a/VMM.csproj +++ b/VMM.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 enable @@ -9,12 +9,13 @@ 1.0.0.0 1.0.0.0 en-US - VigilModManagerML + VigilModManager latest enable +