mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
2.5.2.0
This commit is contained in:
parent
3d440ed21e
commit
994cb48ec2
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 2.5.2.0 - 7/20/2021
|
||||
* Added compilation step that allows for automatic uploading to CDN
|
||||
* Added CLI command to upload MO2 mods to CDN (and add them to the MO2 downloads)
|
||||
* Upped BSA Compression to MAX to hopefully solve some >2GB errors
|
||||
* Launcher now creates a `wabbajack-cli.bat` file that points to the most recent version of the cli
|
||||
|
||||
#### Version - 2.5.1.5 - 7/17/2021
|
||||
* HOTFIX - Don't attempt to analyze files that have .dds extensions but are not DDS files internally
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
<AssemblyName>wabbajack-cli</AssemblyName>
|
||||
<Company>Wabbajack</Company>
|
||||
<Platforms>x64</Platforms>
|
||||
<AssemblyVersion>2.5.1.5</AssemblyVersion>
|
||||
<FileVersion>2.5.1.5</FileVersion>
|
||||
<AssemblyVersion>2.5.2.0</AssemblyVersion>
|
||||
<FileVersion>2.5.2.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</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.1.5</AssemblyVersion>
|
||||
<FileVersion>2.5.1.5</FileVersion>
|
||||
<AssemblyVersion>2.5.2.0</AssemblyVersion>
|
||||
<FileVersion>2.5.2.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2020</Copyright>
|
||||
<Description>Wabbajack Application Launcher</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0-windows</TargetFramework>
|
||||
<AssemblyVersion>2.5.1.5</AssemblyVersion>
|
||||
<FileVersion>2.5.1.5</FileVersion>
|
||||
<AssemblyVersion>2.5.2.0</AssemblyVersion>
|
||||
<FileVersion>2.5.2.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</Copyright>
|
||||
<Description>Wabbajack Server</Description>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>x64</Platforms>
|
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
||||
<AssemblyVersion>2.5.1.5</AssemblyVersion>
|
||||
<FileVersion>2.5.1.5</FileVersion>
|
||||
<AssemblyVersion>2.5.2.0</AssemblyVersion>
|
||||
<FileVersion>2.5.2.0</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
Loading…
Reference in New Issue
Block a user