This commit is contained in:
Timothy Baldridge
2022-05-22 13:37:24 -06:00
parent 0797ec578a
commit 838e8ce274
4 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version - 2.5.3.16 - 5/22/2022
* Update to the latest Game Finder library
#### 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

View File

@ -6,8 +6,8 @@
<AssemblyName>wabbajack-cli</AssemblyName>
<Company>Wabbajack</Company>
<Platforms>x64</Platforms>
<AssemblyVersion>2.5.3.15</AssemblyVersion>
<FileVersion>2.5.3.15</FileVersion>
<AssemblyVersion>2.5.3.16</AssemblyVersion>
<FileVersion>2.5.3.16</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.15</AssemblyVersion>
<FileVersion>2.5.3.15</FileVersion>
<AssemblyVersion>2.5.3.16</AssemblyVersion>
<FileVersion>2.5.3.16</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.15</AssemblyVersion>
<FileVersion>2.5.3.15</FileVersion>
<AssemblyVersion>2.5.3.16</AssemblyVersion>
<FileVersion>2.5.3.16</FileVersion>
<Copyright>Copyright © 2019-2022</Copyright>
<Description>An automated ModList installer</Description>
<PublishReadyToRun>true</PublishReadyToRun>