This commit is contained in:
Timothy Baldridge 2022-05-06 20:08:05 -06:00
parent d4f9558b34
commit aa36c59964
4 changed files with 10 additions and 7 deletions

View File

@ -1,9 +1,12 @@
### Changelog
#### Version - 2.5.3.14 - 5/6/2022
#### Version - 2.5.3.15 - 5/6/2022
* Don't rebuild BSAs that haven't changed (requires one more BSA build to cache the data)
* Added initial support for Dragons Dogma
#### Version - 2.5.3.14 - 4/9/2022
* HOTFIX - release to fix some build issues
#### Version - 2.5.3.13 - 4/9/2022
* Fix how the gallery displays featured lists from 3rd party repositories
* Readmes viewed from the gallery no longer route through the Wabbajack website

View File

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

View File

@ -4,8 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>2.5.3.14</AssemblyVersion>
<FileVersion>2.5.3.14</FileVersion>
<AssemblyVersion>2.5.3.15</AssemblyVersion>
<FileVersion>2.5.3.15</FileVersion>
<Copyright>Copyright © 2019-2022</Copyright>
<Description>Wabbajack Application Launcher</Description>
<PublishReadyToRun>true</PublishReadyToRun>

View File

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