Skip to content

Commit b67273c

Browse files
committed
Bumped: Launcher & Loader Version
1 parent e1d1a1d commit b67273c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog-template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public string Folder { get; set; } = "";
5959
- GameBanana (probably unintentionally) made a change to how one of the fields is returned.
6060
- And that broke things... so I added a workaround.
6161
- I also need to update the cache server; please give it a moment after the update goes live.
62+
- Log files no longer incorrectly produce newlines for `Write()` (thanks @gurrenm3)
6263

6364
## Complete Changes
6465

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.24.0</Version>
10+
<Version>1.24.1</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
@@ -11,7 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1313
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
14-
<Version>1.24.0</Version>
14+
<Version>1.24.1</Version>
1515
<Platforms>x86;x64</Platforms>
1616
<GenerateDepsJson>false</GenerateDepsJson>
1717

0 commit comments

Comments
 (0)