mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fix name
This commit is contained in:
parent
686ca8a341
commit
d87d4487aa
2 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
|||
using NAK.Melons.UndoPropButton.Properties;
|
||||
using NAK.Melons.PropUndoButton.Properties;
|
||||
using MelonLoader;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.UndoPropButton))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.PropUndoButton))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.UndoPropButton))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.PropUndoButton))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(NAK.Melons.UndoPropButton.PropUndoButton),
|
||||
nameof(NAK.Melons.UndoPropButton),
|
||||
typeof(NAK.Melons.PropUndoButton.PropUndoButton),
|
||||
nameof(NAK.Melons.PropUndoButton),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/UndoPropButton"
|
||||
|
@ -24,7 +23,7 @@ using System.Reflection;
|
|||
[assembly: MelonOptionalDependencies("BTKUILib")]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.Melons.UndoPropButton.Properties;
|
||||
namespace NAK.Melons.PropUndoButton.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue