File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments