mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
Unbelievable Change
cant believe i forgot to go to my signature famous lone namespace brtuh
This commit is contained in:
parent
6634a4163d
commit
432875c403
5 changed files with 14 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
using PickupPushPull.Properties;
|
||||
using NAK.Melons.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(PickupPushPull))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.PickupPushPull))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(PickupPushPull))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.PickupPushPull))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(PickupPushPull.PickupPushPull),
|
||||
nameof(PickupPushPull),
|
||||
typeof(NAK.Melons.PickupPushPull.PickupPushPull),
|
||||
nameof(NAK.Melons.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 PickupPushPull.Properties;
|
||||
namespace NAK.Melons.PickupPushPull.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "3.0.1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue