Bump version

This commit is contained in:
Timothy Baldridge 2020-02-25 16:19:07 -07:00
parent 42e732559c
commit 4c628921e1
4 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,10 @@
### Changelog
#### Version - 0.9.21.1 - 2/24/2020
* Fix NaN error during installation
#### 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
* Use OctoDiff instead of BSDiff for better performance during diff generation

View File

@ -7,8 +7,8 @@
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyVersion>0.9.22.0</AssemblyVersion>
<FileVersion>0.9.22.0</FileVersion>
<AssemblyVersion>0.9.22.1</AssemblyVersion>
<FileVersion>0.9.22.1</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>Server component for Wabbajack</Description>
<AssemblyName>BuildServer</AssemblyName>

View File

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

View File

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