From 69fcc0cdc4e4b2b0507fcaa51c24a7e695d3c1e9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Thu, 2 Jul 2020 13:51:57 -0600 Subject: [PATCH] Version 2.1.0.0 --- CHANGELOG.md | 3 ++- Wabbajack.CLI/Wabbajack.CLI.csproj | 4 ++-- Wabbajack.Launcher/Wabbajack.Launcher.csproj | 4 ++-- Wabbajack.Lib/Wabbajack.Lib.csproj | 4 ++-- Wabbajack.Server/Wabbajack.Server.csproj | 4 ++-- Wabbajack.Test/Wabbajack.Test.csproj | 4 ++-- Wabbajack/Wabbajack.csproj | 4 ++-- 7 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48810097..f7b0ea09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ### Changelog -#### Version - 2.1.0.0 - ??? +#### Version - 2.1.0.0 - 7/2/2020 * Game files are available as downloads automatically during compilation/installation * Game files are patched/copied/used in BSA creation automatically * CleanedESM support removed from the compiler stack (still usable during installation for backwards compatibility) * VR games automatically pull from base games if they are required and are installed during compilation +* New `wabbajack-cli.exe` command `inlined-file-report` which will print statistics on the patches/included files in a `.wabbajack` file #### Version - 2.0.9.4 - 6/16/2020 * Improve interactions between server and client code diff --git a/Wabbajack.CLI/Wabbajack.CLI.csproj b/Wabbajack.CLI/Wabbajack.CLI.csproj index 9e99b850..0abf2821 100644 --- a/Wabbajack.CLI/Wabbajack.CLI.csproj +++ b/Wabbajack.CLI/Wabbajack.CLI.csproj @@ -6,8 +6,8 @@ wabbajack-cli Wabbajack x64 - 2.0.9.4 - 2.0.9.4 + 2.1.0.0 + 2.1.0.0 Copyright © 2019-2020 An automated ModList installer true diff --git a/Wabbajack.Launcher/Wabbajack.Launcher.csproj b/Wabbajack.Launcher/Wabbajack.Launcher.csproj index fe1c0315..fcb9bf41 100644 --- a/Wabbajack.Launcher/Wabbajack.Launcher.csproj +++ b/Wabbajack.Launcher/Wabbajack.Launcher.csproj @@ -4,8 +4,8 @@ WinExe netcoreapp3.1 true - 2.0.9.4 - 2.0.9.4 + 2.1.0.0 + 2.1.0.0 Copyright © 2019-2020 Wabbajack Application Launcher true diff --git a/Wabbajack.Lib/Wabbajack.Lib.csproj b/Wabbajack.Lib/Wabbajack.Lib.csproj index 230e15d1..1e80fd0a 100644 --- a/Wabbajack.Lib/Wabbajack.Lib.csproj +++ b/Wabbajack.Lib/Wabbajack.Lib.csproj @@ -8,10 +8,10 @@ - 83.3.120-pre + 83.4.20 - 83.3.120-pre + 83.4.20 3.1.0 diff --git a/Wabbajack.Server/Wabbajack.Server.csproj b/Wabbajack.Server/Wabbajack.Server.csproj index 74154e80..245944cb 100644 --- a/Wabbajack.Server/Wabbajack.Server.csproj +++ b/Wabbajack.Server/Wabbajack.Server.csproj @@ -3,8 +3,8 @@ Exe netcoreapp3.1 - 2.0.9.4 - 2.0.9.4 + 2.1.0.0 + 2.1.0.0 Copyright © 2019-2020 Wabbajack Server win-x64 diff --git a/Wabbajack.Test/Wabbajack.Test.csproj b/Wabbajack.Test/Wabbajack.Test.csproj index 20a4d249..230a2347 100644 --- a/Wabbajack.Test/Wabbajack.Test.csproj +++ b/Wabbajack.Test/Wabbajack.Test.csproj @@ -25,8 +25,8 @@ - - + + diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index 86d70664..2ccf3e59 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -55,9 +55,9 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive