Bump version

This commit is contained in:
Timothy Baldridge
2020-11-02 05:25:07 -07:00
parent 09c974e04f
commit c668f67a75
5 changed files with 15 additions and 8 deletions

View File

@ -1,5 +1,12 @@
### Changelog ### Changelog
#### Version - 2.3.2.0 - 11/2/2020
* 7Zip errors now re-hash the extracted file to check for file corruption issues. Should provide
better feedback in cases that a file is modified after being downloaded (perhaps by a disk failure)
* Fixed a file extraction issue with nested archives, most often seen whith the `Lucian` mod
* Fixed several small bugs and typeos with how open permission mirrored files are handled by Wabbajack
* Fixed a bug in the `download-url` cli command. It can now download from any Wabbajack CDN domain.
#### Version - 2.3.1.0 - 10/24/2020 #### Version - 2.3.1.0 - 10/24/2020
* Fixed a long standing issue with path remapping, lots of edge cases were resolved here * Fixed a long standing issue with path remapping, lots of edge cases were resolved here
* Implemented a basic compiler for non MO2 games, will expand as we get feedback * Implemented a basic compiler for non MO2 games, will expand as we get feedback

View File

@ -6,8 +6,8 @@
<AssemblyName>wabbajack-cli</AssemblyName> <AssemblyName>wabbajack-cli</AssemblyName>
<Company>Wabbajack</Company> <Company>Wabbajack</Company>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<AssemblyVersion>2.3.0.4</AssemblyVersion> <AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.0.4</FileVersion> <FileVersion>2.3.2.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description> <Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>

View File

@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<AssemblyVersion>2.3.1.0</AssemblyVersion> <AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion> <FileVersion>2.3.2.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>Wabbajack Application Launcher</Description> <Description>Wabbajack Application Launcher</Description>
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>

View File

@ -3,8 +3,8 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>2.3.0.4</AssemblyVersion> <AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.0.4</FileVersion> <FileVersion>2.3.2.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>Wabbajack Server</Description> <Description>Wabbajack Server</Description>
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>

View File

@ -6,8 +6,8 @@
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier> <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyVersion>2.3.0.4</AssemblyVersion> <AssemblyVersion>2.3.2.0</AssemblyVersion>
<FileVersion>2.3.0.4</FileVersion> <FileVersion>2.3.2.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description> <Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>