Skip to content

Commit

Permalink
0.9.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari committed Feb 15, 2020
1 parent e327f86 commit 91f717a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Wabbajack.CLI/Wabbajack.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Wabbajack.Launcher/Wabbajack.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Wabbajack/Wabbajack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 91f717a

Please sign in to comment.