mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Prep for 0.9.22.0
This commit is contained in:
parent
45fabc41db
commit
3c597ed09b
@ -1,7 +1,10 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 0.9.22.0
|
||||
#### Version - 0.9.22.0 - 2/24/2020
|
||||
* Server side fixes for CORS support and FTP uploads
|
||||
* Use OctoDiff instead of BSDiff for better performance during diff generation
|
||||
* Print the assembly version in the log (#565)
|
||||
* Don't thrash the VFS cache name quite so much
|
||||
|
||||
#### Version - 0.9.21.0 - 2/23/2020
|
||||
* Fix never ending hash issue
|
||||
|
@ -7,8 +7,8 @@
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AssemblyVersion>0.9.21.0</AssemblyVersion>
|
||||
<FileVersion>0.9.21.0</FileVersion>
|
||||
<AssemblyVersion>0.9.22.0</AssemblyVersion>
|
||||
<FileVersion>0.9.22.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>Server component for Wabbajack</Description>
|
||||
<AssemblyName>BuildServer</AssemblyName>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<AssemblyName>wabbajack-cli</AssemblyName>
|
||||
<Company>Wabbajack</Company>
|
||||
<Platforms>x64</Platforms>
|
||||
<AssemblyVersion>0.9.21.0</AssemblyVersion>
|
||||
<FileVersion>0.9.21.0</FileVersion>
|
||||
<AssemblyVersion>0.9.22.0</AssemblyVersion>
|
||||
<FileVersion>0.9.22.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
@ -4,10 +4,10 @@
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<UseWPF>true</UseWPF>
|
||||
<AssemblyVersion>0.9.19.0</AssemblyVersion>
|
||||
<FileVersion>0.9.19.0</FileVersion>
|
||||
<AssemblyVersion>0.9.22.0</AssemblyVersion>
|
||||
<FileVersion>0.9.22.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<Description>Wabbajack Application Launcher</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>x64</Platforms>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AssemblyVersion>0.9.21.0</AssemblyVersion>
|
||||
<FileVersion>0.9.21.0</FileVersion>
|
||||
<AssemblyVersion>0.9.22.0</AssemblyVersion>
|
||||
<FileVersion>0.9.22.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
Loading…
Reference in New Issue
Block a user