mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 06:49:22 +00:00
remove melons
This commit is contained in:
parent
56c901345a
commit
b33e15377f
74 changed files with 156 additions and 156 deletions
|
@ -1,4 +1,4 @@
|
|||
using NAK.Melons.Blackout.Properties;
|
||||
using NAK.Blackout.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.Blackout))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Blackout))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.Blackout))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Blackout))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.Blackout.Blackout),
|
||||
nameof(NAK.Melons.Blackout),
|
||||
typeof(NAK.Blackout.Blackout),
|
||||
nameof(NAK.Blackout),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/Blackout"
|
||||
|
@ -23,7 +23,7 @@ using System.Reflection;
|
|||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: MelonOptionalDependencies("UIExpansionKit", "BTKUILib")]
|
||||
|
||||
namespace NAK.Melons.Blackout.Properties;
|
||||
namespace NAK.Blackout.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "2.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue