[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.ASTExtension.Properties; namespace NAK.ASTExtension.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.6"; public const string Version = "1.0.7";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

@ -1,8 +1,8 @@
{ {
"_id": 223, "_id": 223,
"name": "ASTExtension", "name": "ASTExtension",
"modversion": "1.0.6", "modversion": "1.0.7",
"gameversion": "2026r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -17,8 +17,8 @@
"requirements": [ "requirements": [
"BTKUILib" "BTKUILib"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r49/ASTExtension.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ASTExtension.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ASTExtension/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ASTExtension/",
"changelog": "- Rebuilt for CVR 2026r181", "changelog": "- Fixes for CVR 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

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

View file

@ -53,7 +53,7 @@ public class DesktopInteractionsMod : MelonMod
private static void OnPlayerSetupStart() private static void OnPlayerSetupStart()
{ {
Transform cameraTransform = PlayerSetup.Instance.desktopCamera.transform; Transform cameraTransform = PlayerSetup.Instance.desktopCameraPivot.transform;
_cameraTargetContainerTransform = new GameObject("ScaledTargetsContainer").transform; _cameraTargetContainerTransform = new GameObject("ScaledTargetsContainer").transform;
_cameraTargetContainerTransform.SetParent(cameraTransform, false); _cameraTargetContainerTransform.SetParent(cameraTransform, false);

View file

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

View file

@ -1,8 +1,8 @@
{ {
"_id": -1, "_id": 279,
"name": "DesktopInteractions", "name": "DesktopInteractions",
"modversion": "1.0.0", "modversion": "1.0.1",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/DesktopInteractions.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DesktopInteractions.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DesktopInteractions/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DesktopInteractions/",
"changelog": "- Initial release", "changelog": "- Fixes for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,8 @@
{ {
"_id": 110, "_id": 110,
"name": "PathCamDisabler", "name": "PathCamDisabler",
"modversion": "1.0.5", "modversion": "1.0.6",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "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/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PathCamDisabler/",
"changelog": "- Rebuilt for CVR 2025r181", "changelog": "- Rebuilt for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

@ -1,8 +1,8 @@
{ {
"_id": 274, "_id": 274,
"name": "PlapPlapForAll", "name": "PlapPlapForAll",
"modversion": "1.0.0", "modversion": "1.0.1",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS, Noachi", "author": "NotAKidoS, Noachi",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PlapPlapForAll.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PlapPlapForAll.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PlapPlapForAll/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PlapPlapForAll/",
"changelog": "- Initial release", "changelog": "- Fixes for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

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

View file

@ -1,12 +1,12 @@
{ {
"_id": 147, "_id": 147,
"name": "PropUndoButton", "name": "PropUndoButton",
"modversion": "1.0.5", "modversion": "1.0.6",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
"description": "**CTRL+Z** to undo latest spawned prop. **CTRL+SHIFT+Z** to redo deleted prop.\nIncludes optional SFX for prop spawn, undo, redo, warn, and deny, which can be disabled in settings.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\PropUndo\\audio'.", "description": "**CTRL+Z** to undo latest spawned prop. **CTRL+SHIFT+Z** to redo deleted prop.",
"searchtags": [ "searchtags": [
"prop", "prop",
"undo", "undo",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PropUndoButton.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PropUndoButton.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PropUndoButton/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PropUndoButton/",
"changelog": "- Rebuilt for CVR 2025r181\n- Implemented logic to handle server-side change of prop spawn limits", "changelog": "- Hollowed out mod to drive the built-in undo/redo functionality via keybinds",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

@ -28,6 +28,6 @@ using NAK.RCCVirtualSteeringWheel.Properties;
namespace NAK.RCCVirtualSteeringWheel.Properties; namespace NAK.RCCVirtualSteeringWheel.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.7"; public const string Version = "1.0.8";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

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

View file

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

View file

@ -1,8 +1,8 @@
{ {
"_id": 263, "_id": 263,
"name": "RelativeSyncJitterFix", "name": "RelativeSyncJitterFix",
"modversion": "1.0.1", "modversion": "1.0.2",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/RelativeSyncJitterFix.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/RelativeSyncJitterFix.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RelativeSyncJitterFix/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RelativeSyncJitterFix/",
"changelog": "- Removed RelativeSync except for a single harmony patch", "changelog": "- Rebuilt for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

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

View file

@ -27,6 +27,6 @@ using NAK.ShareBubbles.Properties;
namespace NAK.ShareBubbles.Properties; namespace NAK.ShareBubbles.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.1.7"; public const string Version = "1.1.8";
public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc"; public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc";
} }

View file

@ -1,8 +1,8 @@
{ {
"_id": 244, "_id": 244,
"name": "ShareBubbles", "name": "ShareBubbles",
"modversion": "1.1.7", "modversion": "1.1.8",
"gameversion": "2025r181", "gameversion": "2026r182",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc", "author": "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc",
@ -17,8 +17,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/ShareBubbles.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ShareBubbles.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/",
"changelog": "- Updated for CVR 2025r181", "changelog": "- Fixes for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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