mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
0.9.19.0
This commit is contained in:
parent
e327f86081
commit
91f717a25d
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user