diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3b002f..2b29fcca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ### Changelog -#### Version - next +#### Version - 2.2.1.2 - 8/20/2020 * Added `WABBAJACK_ALWAYS_DISABLE` flag (see Readme for more info) * Modlist can't be installed if the current Wabbajack Version is smaller than the Version used during Compilation of the Modlist +* Updates to use the latest version of the Wabbajack Common libs +* Don't require more than one game to be installed, unless absolutely required (this was a compiler bug) #### Version - 2.2.0.0 - 8/7/2020 * Can now use NTFS XPRESS16 compression to reduce install sizes (optional in the settings panel) diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 16f0826a..2fd22fb0 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.2.0.0 - 2.2.0.0 + 2.2.1.2 + 2.2.1.2 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index f7fac707..005ca340 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 2.2.0.0 - 2.2.0.0 + 2.2.1.2 + 2.2.1.2 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index 89872a64..cbfea2f9 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe netcoreapp3.1 - 2.2.0.0 - 2.2.0.0 + 2.2.1.2 + 2.2.1.2 Copyright © 2019-2020 Wabbajack Server win-x64 diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 07cd44b5..aaa2df95 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -6,8 +6,8 @@ true x64 win10-x64 - 2.2.0.0 - 2.2.0.0 + 2.2.1.2 + 2.2.1.2 Copyright © 2019-2020 An automated ModList installer true