mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
3.0.0.6
This commit is contained in:
parent
08e0c215a1
commit
2fe7d30220
@ -1,13 +1,12 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 3.0.0.6 -
|
||||
#### Version - 3.0.0.6 - 8/22/2022
|
||||
* Upgrade several dependency libraries
|
||||
* Provide a better error message when someone attempts to compile before logging into the Nexus (or installing a list)
|
||||
* Add `Ignore` as another compiler option
|
||||
* Add button to re-infer compiler settings
|
||||
* Show `Selected MO2 Profile` in the compiler settings
|
||||
|
||||
|
||||
#### Version - 3.0.0.5 - 8/22/2022
|
||||
* No longer rehashes files on every compile (faster Add Roots step during compilation)
|
||||
* Editing paths in the install/compile settings won't crash the app
|
||||
|
@ -616,7 +616,7 @@ public abstract class ACompiler
|
||||
token.CancelAfter(_settings.MaxVerificationTime);
|
||||
if (!await _dispatcher.Verify(result, token.Token))
|
||||
_logger.LogWarning(
|
||||
"Unable to resolve link for {Archive}. If this is hosted on the Nexus the file may have been removed.",
|
||||
"Unable to resolve link for {Archive}. If this is hosted on the Nexus the file may have been removed",
|
||||
result.State!.PrimaryKeyString);
|
||||
|
||||
result.Meta = "[General]\n" + string.Join("\n", _dispatcher.MetaIni(result));
|
||||
|
Loading…
Reference in New Issue
Block a user