This commit is contained in:
Timothy Baldridge 2020-02-15 14:34:27 -07:00
parent e327f86081
commit 91f717a25d
4 changed files with 9 additions and 6 deletions

View File

@ -6,6 +6,9 @@
* Fixes for Skyrin VR USSEP patch
* Remember the download states that we index on the server
* Only print remaining nexus quotas when they change
* Reworked the HTTP backend for Nexus/Http downloads performance and stability is much improved
* Fixed key errors with compilation and installation
* Improvements to the new manifest report
#### Version - 0.9.18.0 - 2/11/2020
* Auto update functionality added client-side.

View File

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

View File

@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>0.9.18.0</AssemblyVersion>
<FileVersion>0.9.18.0</FileVersion>
<AssemblyVersion>0.9.19.0</AssemblyVersion>
<FileVersion>0.9.19.0</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.18.0</AssemblyVersion>
<FileVersion>0.9.18.0</FileVersion>
<AssemblyVersion>0.9.19.0</AssemblyVersion>
<FileVersion>0.9.19.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>