mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
3.0.3.0
This commit is contained in:
parent
38c355adba
commit
56fccc2850
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 3.0.3.0 - 10/26/2022
|
||||
* Verify hashes of all installed files
|
||||
* Verify contents of BSAs during installation
|
||||
* Provide a new CLI command for verifying a installed modlist
|
||||
* When downloading from one Nexus CDN server fails, WJ will now try alternate Nexus servers
|
||||
|
||||
#### Version - 3.0.2.3 - 10/19/2022
|
||||
* HOTFIX: revert GameFinder library to 1.8 until it's a bit more forgiving of corrupt files
|
||||
|
||||
|
@ -9,7 +9,6 @@ namespace Wabbajack.Downloaders.Dispatcher.Test;
|
||||
|
||||
public class VerificationCacheTests
|
||||
{
|
||||
private readonly TemporaryFileManager _temp;
|
||||
private readonly ILogger<VerificationCache.VerificationCache> _logger;
|
||||
|
||||
public VerificationCacheTests(ILogger<VerificationCache.VerificationCache> logger)
|
||||
|
@ -33,8 +33,7 @@ public class NexusApi
|
||||
private (ValidateInfo info, ResponseMetadata header) _lastValidatedInfo;
|
||||
|
||||
public NexusApi(ITokenProvider<NexusApiState> apiKey, ILogger<NexusApi> logger, HttpClient client,
|
||||
IResource<HttpClient> limiter,
|
||||
ApplicationInfo appInfo, JsonSerializerOptions jsonOptions)
|
||||
IResource<HttpClient> limiter, ApplicationInfo appInfo, JsonSerializerOptions jsonOptions)
|
||||
{
|
||||
ApiKey = apiKey;
|
||||
_logger = logger;
|
||||
|
Loading…
Reference in New Issue
Block a user