[ThirdPerson] bump version

This commit is contained in:
NotAKidoS 2025-04-03 04:01:37 -05:00
parent bf89ee24f5
commit 16fb070e8b
3 changed files with 7 additions and 8 deletions

View file

@ -4,7 +4,6 @@ using MelonLoader;
using System.Reflection;
using static NAK.ThirdPerson.CameraLogic;
using ABI_RC.Core;
using ABI_RC.Core.Player.TransformHider;
namespace NAK.ThirdPerson;

View file

@ -20,13 +20,13 @@ using System.Reflection;
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(255, 246, 25, 97)]
[assembly: MelonAuthorColor(255, 158, 21, 32)]
[assembly: MelonColor(255, 246, 25, 97)] // do not change color, originally chosen by Davi
[assembly: MelonAuthorColor(255, 158, 21, 32)] // do not change color, originally chosen by Davi
[assembly: HarmonyDontPatchAll]
namespace NAK.ThirdPerson.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.1.0";
public const string Version = "1.1.1";
public const string Author = "Davi & NotAKidoS";
}

View file

@ -2,8 +2,8 @@
{
"_id": 16,
"name": "ThirdPerson",
"modversion": "1.0.9",
"gameversion": "2024r175",
"modversion": "1.1.1",
"gameversion": "2025r179",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "Davi & NotAKidoS",
@ -14,9 +14,9 @@
"third person"
],
"requirements": [],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r26/ThirdPerson.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/ThirdPerson.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ThirdPerson",
"changelog": "- Fixed an issue where VR Switching without using ThirdPerson prior would incorrectly set the Desktop camera culling mask to 0\n- Fixed an NRE when checking CVRWorld zoom rule when no CVRWorld instance was found\n- Prevented head hiding from persisting into third person while Avatar Overrender Ui is enabled",
"changelog": "- Recompiled for 2025r179",
"embedcolor": "#F61961"
}
]