overcomplicated shit

This commit is contained in:
NotAKidoS 2023-01-03 01:20:05 -06:00
parent 84cf4c0875
commit 72c9f12376
6 changed files with 458 additions and 90 deletions

View file

@ -11,7 +11,7 @@ using System.Reflection;
[assembly: AssemblyProduct(nameof(MenuScalePatch))]
[assembly: MelonInfo(
typeof(MenuScalePatch.MenuScalePatch),
typeof(NAK.Melons.MenuScalePatch.MenuScalePatch),
nameof(MenuScalePatch),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
@ -25,6 +25,6 @@ using System.Reflection;
namespace MenuScalePatch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "3.0.0";
public const string Version = "4.0.0";
public const string Author = "NotAKidoS";
}