[NAK_CVR_Mods] version bumps

This commit is contained in:
NotAKid 2026-06-19 00:46:31 -05:00
parent 7e7eff5eff
commit 7f4234a27f
32 changed files with 83 additions and 83 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.PathCamDisabler.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.5";
public const string Version = "1.0.6";
public const string Author = "NotAKidoS";
}

View file

@ -1,8 +1,8 @@
{
"_id": 110,
"name": "PathCamDisabler",
"modversion": "1.0.5",
"gameversion": "2025r181",
"modversion": "1.0.6",
"gameversion": "2026r182",
"loaderversion": "0.7.2",
"modtype": "Mod",
"author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PathCamDisabler.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PathCamDisabler.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PathCamDisabler/",
"changelog": "- Rebuilt for CVR 2025r181",
"changelog": "- Rebuilt for 2026r182",
"embedcolor": "#f61963"
}