Skip to content

Commit b728899

Browse files
committed
chore(release): version 2026.2.2
1 parent 9588a86 commit b728899

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

HallOfFame/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Localization updates to es-es, nl-nl and ko-kr.
1+
- Small compatibility fix for game version 1.5.7f1 and PDX SDK 2.0 (error retrieving installed mods when taking a screenshot).
2+
- Localization update for ko-kr.

HallOfFame/HallOfFame.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2026.2.1</Version>
4-
<FileVersion>2026.2.1</FileVersion>
3+
<Version>2026.2.2</Version>
4+
<FileVersion>2026.2.2</FileVersion>
55

66
<Nullable>enable</Nullable>
77
<Configurations>Debug;Release</Configurations>

HallOfFame/Properties/PublishConfiguration.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ Donations are very welcome and will help keep the service running.
136136
<Screenshot Value="Properties/Screenshot7.png" />
137137
<Tag Value="Code Mod" />
138138
<ForumLink Value="https://forum.paradoxplaza.com/forum/threads/hall-of-fame.1704820/" />
139-
<ModVersion Value="2026.2.1" />
139+
<ModVersion Value="2026.2.2" />
140140
<GameVersion Value="1.5.*" />
141-
<ChangeLog>- Localization updates to es-es, nl-nl and ko-kr.</ChangeLog>
141+
<ChangeLog>- Small compatibility fix for game version 1.5.7f1 and PDX SDK 2.0 (error retrieving installed mods when taking a screenshot).
142+
- Localization update for ko-kr.</ChangeLog>
142143
<ExternalLink Type="discord" Url="https://discord.gg/HTav7ARPs2" />
143144
<ExternalLink Type="github" Url="https://github.com/toverux/HallOfFame" />
144145
<ExternalLink Type="crowdin" Url="https://crowdin.com/project/halloffame-cs2" />

HallOfFame/UI/mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "HallOfFame",
33
"author": "Morgan Touverey Quilling",
4-
"version": "2026.2.1",
4+
"version": "2026.2.2",
55
"dependencies": []
66
}

0 commit comments

Comments
 (0)