mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
overcomplicated shit
This commit is contained in:
parent
84cf4c0875
commit
72c9f12376
6 changed files with 458 additions and 90 deletions
|
@ -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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue