mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[PropLoadingHexagon] bump version, fix for 2025r179
This commit is contained in:
parent
d0504fef91
commit
e24eae5a22
3 changed files with 8 additions and 9 deletions
|
@ -22,12 +22,11 @@ using System.Reflection;
|
|||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: MelonColor(255, 246, 25, 99)] // red-pink
|
||||
[assembly: MelonAuthorColor(255, 158, 21, 32)] // red
|
||||
[assembly: MelonOptionalDependencies("TheClapper")]
|
||||
[assembly: HarmonyDontPatchAll]
|
||||
|
||||
namespace NAK.PropLoadingHexagon.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.0";
|
||||
public const string Version = "1.0.1";
|
||||
public const string Author = "Exterrata & NotAKidoS";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue