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