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.TrackedControllerFix.Properties;
using NAK.TrackedControllerFix.Properties;
using System.Reflection;
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
[assembly: AssemblyTitle(nameof(NAK.Melons.TrackedControllerFix))]
[assembly: AssemblyTitle(nameof(NAK.TrackedControllerFix))]
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
[assembly: AssemblyProduct(nameof(NAK.Melons.TrackedControllerFix))]
[assembly: AssemblyProduct(nameof(NAK.TrackedControllerFix))]
[assembly: MelonInfo(
typeof(NAK.Melons.TrackedControllerFix.TrackedControllerFixMod),
nameof(NAK.Melons.TrackedControllerFix),
typeof(NAK.TrackedControllerFix.TrackedControllerFixMod),
nameof(NAK.TrackedControllerFix),
AssemblyInfoParams.Version,
AssemblyInfoParams.Author,
downloadLink: "https://github.com/NotAKidOnSteam/TrackedControllerFix"
@ -22,7 +22,7 @@ using System.Reflection;
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: HarmonyDontPatchAll]
namespace NAK.Melons.TrackedControllerFix.Properties;
namespace NAK.TrackedControllerFix.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.2";