Skip to content

Commit 751476c

Browse files
committed
Bumped: Version to 1.29.5
1 parent 4d030e0 commit 751476c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

changelog-template.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend
55
the next years building the next best thing - if you want features, please contribute!
66

7+
# 1.29.5: Add missing `ModConfig.json` to include files
8+
9+
There was a small regression in `1.29.3`, where the default includes did not
10+
include `ModConfig.json`, that's now been fixed.
11+
712
# 1.29.4: Misc Linux Installer Improvements
813

914
Small improvements to install on Linux:

source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<AssemblyName>Reloaded-II</AssemblyName>
99
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
10-
<Version>1.29.4</Version>
10+
<Version>1.29.5</Version>
1111
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ApplicationIcon>appicon.ico</ApplicationIcon>

source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1616
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
17-
<Version>1.29.4</Version>
17+
<Version>1.29.5</Version>
1818
<CETCompat>false</CETCompat>
1919
<Platforms>x86;x64</Platforms>
2020
<GenerateDepsJson>false</GenerateDepsJson>

0 commit comments

Comments
 (0)