remove melons

This commit is contained in:
NotAKidoS 2023-04-26 13:58:09 -05:00
parent 56c901345a
commit b33e15377f
74 changed files with 156 additions and 156 deletions

View file

@ -1,17 +1,17 @@
using MelonLoader;
using NAK.Melons.GestureLock.Properties;
using NAK.GestureLock.Properties;
using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyTitle(nameof(NAK.Melons.GestureLock))]
[assembly: AssemblyTitle(nameof(NAK.GestureLock))]
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
[assembly: AssemblyProduct(nameof(NAK.Melons.GestureLock))]
[assembly: AssemblyProduct(nameof(NAK.GestureLock))]
[assembly: MelonInfo(
typeof(NAK.Melons.GestureLock.GestureLockMod),
nameof(NAK.Melons.GestureLock),
typeof(NAK.GestureLock.GestureLockMod),
nameof(NAK.GestureLock),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/GestureLock"
@ -21,7 +21,7 @@ using System.Reflection;
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
namespace NAK.Melons.GestureLock.Properties;
namespace NAK.GestureLock.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "2.0.0";