[ChatBoxHud] version bump, forgor in solution

This commit is contained in:
NotAKid 2026-06-19 00:53:01 -05:00
parent 7f4234a27f
commit af0bf52e30
3 changed files with 6 additions and 5 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ChatBoxHud.Properties; namespace NAK.ChatBoxHud.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,7 +1,7 @@
{ {
"_id": -1, "_id": 283,
"name": "ChatBoxHud", "name": "ChatBoxHud",
"modversion": "1.0.1", "modversion": "1.0.2",
"gameversion": "2026r181", "gameversion": "2026r181",
"loaderversion": "0.7.2", "loaderversion": "0.7.2",
"modtype": "Mod", "modtype": "Mod",
@ -16,8 +16,8 @@
], ],
"requirements": [ "requirements": [
], ],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r49/ChatBoxHud.dll", "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ChatBoxHud.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ChatBoxHud/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ChatBoxHud/",
"changelog": "- Changed username color to use emission player color", "changelog": "- Rebuilt for 2026r182",
"embedcolor": "#f61963" "embedcolor": "#f61963"
} }

View file

@ -9,6 +9,7 @@
</Folder> </Folder>
<Project Path="ASTExtension/ASTExtension.csproj" /> <Project Path="ASTExtension/ASTExtension.csproj" />
<Project Path="AutoAccept/AutoAccept.csproj" /> <Project Path="AutoAccept/AutoAccept.csproj" />
<Project Path="ChatBoxHud/ChatBoxHud.csproj" />
<Project Path="CustomSpawnPoint/CustomSpawnPoint.csproj" /> <Project Path="CustomSpawnPoint/CustomSpawnPoint.csproj" />
<Project Path="DehumanizePlayers/DehumanizePlayers.csproj" /> <Project Path="DehumanizePlayers/DehumanizePlayers.csproj" />
<Project Path="DesktopInteractions/DesktopInteractions.csproj" /> <Project Path="DesktopInteractions/DesktopInteractions.csproj" />