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,4 +1,4 @@
using NAK.Melons.PickupPushPull.Properties;
using NAK.PickupPushPull.Properties;
using MelonLoader;
using System.Reflection;
@ -6,13 +6,13 @@ using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyTitle(nameof(NAK.Melons.PickupPushPull))]
[assembly: AssemblyTitle(nameof(NAK.PickupPushPull))]
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
[assembly: AssemblyProduct(nameof(NAK.Melons.PickupPushPull))]
[assembly: AssemblyProduct(nameof(NAK.PickupPushPull))]
[assembly: MelonInfo(
typeof(NAK.Melons.PickupPushPull.PickupPushPull),
nameof(NAK.Melons.PickupPushPull),
typeof(NAK.PickupPushPull.PickupPushPull),
nameof(NAK.PickupPushPull),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/PickupPushPull"
@ -22,7 +22,7 @@ using System.Reflection;
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
namespace NAK.Melons.PickupPushPull.Properties;
namespace NAK.PickupPushPull.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "3.0.2";