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 ### 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 #### Version - 2.5.3.6 - 2/1/2022
* Implemented new (more reliable) code for back porting to Skyrim SE * Implemented new (more reliable) code for back porting to Skyrim SE
* Mega links that use `manualURL=` now work properly with the manual downloader * Mega links that use `manualURL=` now work properly with the manual downloader

View File

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

View File

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

View File

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

View File

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