This commit is contained in:
Timothy Baldridge 2022-02-01 15:53:18 -07:00
parent 591673c46b
commit 9d251cda83
5 changed files with 10 additions and 7 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - 2.5.3.7 - 2/1/2022
* HOTFIX: disable debug mode on the Nexus downloader
#### Version - 2.5.3.6 - 2/1/2022
* Implemented new (more reliable) code for back porting to Skyrim SE
* Mega links that use `manualURL=` now work properly with the manual downloader

View File

@ -6,8 +6,8 @@
<AssemblyName>wabbajack-cli</AssemblyName>
<Company>Wabbajack</Company>
<Platforms>x64</Platforms>
<AssemblyVersion>2.5.3.6</AssemblyVersion>
<FileVersion>2.5.3.6</FileVersion>
<AssemblyVersion>2.5.3.7</AssemblyVersion>
<FileVersion>2.5.3.7</FileVersion>
<Copyright>Copyright © 2019-2021</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>

View File

@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>2.5.3.6</AssemblyVersion>
<FileVersion>2.5.3.6</FileVersion>
<AssemblyVersion>2.5.3.7</AssemblyVersion>
<FileVersion>2.5.3.7</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>Wabbajack Application Launcher</Description>
<PublishReadyToRun>true</PublishReadyToRun>

View File

@ -22,7 +22,7 @@ namespace Wabbajack.Lib.NexusApi
/// <summary>
/// Forces the client to do manual downloading via CEF (for testing)
/// </summary>
private static bool ManualTestingMode = true;
private static bool ManualTestingMode = false;
public Http.Client HttpClient { get; } = new();

View File

@ -6,8 +6,8 @@
<UseWPF>true</UseWPF>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyVersion>2.5.3.6</AssemblyVersion>
<FileVersion>2.5.3.6</FileVersion>
<AssemblyVersion>2.5.3.7</AssemblyVersion>
<FileVersion>2.5.3.7</FileVersion>
<Copyright>Copyright © 2019-2021</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>