mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Version bump
This commit is contained in:
parent
a7349f9d5b
commit
6078926d01
@ -1,5 +1,13 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 2.3.3.0 - 11/5/2020
|
||||
* Game file hashes are now stored on Github instead of on the build server
|
||||
* Added CLI Verb to produce these hash files for the Github repo
|
||||
* When a user runs out of Nexus API calls we no longer bombard the Nexus with download attempts
|
||||
* Check API limits before attempting a modlist download
|
||||
* Logger is less chatty about recoverable download errors
|
||||
* Display integer progress values during install so users know how far along in the process they are #issue-1156
|
||||
|
||||
#### 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)
|
||||
|
@ -6,8 +6,8 @@
|
||||
<AssemblyName>wabbajack-cli</AssemblyName>
|
||||
<Company>Wabbajack</Company>
|
||||
<Platforms>x64</Platforms>
|
||||
<AssemblyVersion>2.3.2.0</AssemblyVersion>
|
||||
<FileVersion>2.3.2.0</FileVersion>
|
||||
<AssemblyVersion>2.3.3.0</AssemblyVersion>
|
||||
<FileVersion>2.3.3.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<AssemblyVersion>2.3.2.0</AssemblyVersion>
|
||||
<FileVersion>2.3.2.0</FileVersion>
|
||||
<AssemblyVersion>2.3.3.0</AssemblyVersion>
|
||||
<FileVersion>2.3.3.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>Wabbajack Application Launcher</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<AssemblyVersion>2.3.2.0</AssemblyVersion>
|
||||
<FileVersion>2.3.2.0</FileVersion>
|
||||
<AssemblyVersion>2.3.3.0</AssemblyVersion>
|
||||
<FileVersion>2.3.3.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>Wabbajack Server</Description>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>x64</Platforms>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AssemblyVersion>2.3.2.0</AssemblyVersion>
|
||||
<FileVersion>2.3.2.0</FileVersion>
|
||||
<AssemblyVersion>2.3.3.0</AssemblyVersion>
|
||||
<FileVersion>2.3.3.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
Loading…
Reference in New Issue
Block a user