This commit is contained in:
Timothy Baldridge 2022-08-23 21:29:56 -06:00
parent 08e0c215a1
commit 2fe7d30220
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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));