mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
2.5.3.7
This commit is contained in:
parent
591673c46b
commit
9d251cda83
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user