1.1.5.0 Release

This commit is contained in:
Timothy Baldridge 2020-04-06 22:32:48 -06:00
parent fa1ad768b8
commit 22a307844b
5 changed files with 10 additions and 10 deletions

View File

@ -1,13 +1,13 @@
### Changelog ### Changelog
#### Version - Next #### Version - 1.1.5.0 - 4/6/2020
* Included LOOT configs are no longer Base64 encoded * Included LOOT configs are no longer Base64 encoded
* Reworked Wabbajack-cli * Reworked Wabbajack-cli
* Can use a MEGA login (if you have it, not required) * Can use a MEGA login (if you have it, not required)
* Don't use the buggy Nexus SSO server, instead use the in-browser API key generator * Don't use the buggy Nexus SSO server, instead use the in-browser API key generator
* Several fixes for zEdit merge integration, handles several side-cases of improper configuration * Several fixes for zEdit merge integration, handles several side-cases of improper configuration
#### Version - 3/30/2020 #### Version - 1.1.4.0 - 3/30/2020
* Added support for Morrowind on GOG * Added support for Morrowind on GOG
* Fix a bug in the Author file uploader (Sync Error) * Fix a bug in the Author file uploader (Sync Error)
* Include symbols in the launcher * Include symbols in the launcher

View File

@ -7,8 +7,8 @@
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile> <PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier> <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<AssemblyVersion>1.1.4.0</AssemblyVersion> <AssemblyVersion>1.1.5.0</AssemblyVersion>
<FileVersion>1.1.4.0</FileVersion> <FileVersion>1.1.5.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>Server component for Wabbajack</Description> <Description>Server component for Wabbajack</Description>
<AssemblyName>BuildServer</AssemblyName> <AssemblyName>BuildServer</AssemblyName>

View File

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

View File

@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<AssemblyVersion>1.1.4.0</AssemblyVersion> <AssemblyVersion>1.1.5.0</AssemblyVersion>
<FileVersion>1.1.4.0</FileVersion> <FileVersion>1.1.5.0</FileVersion>
<Copyright>Copyright © 2019-2020</Copyright> <Copyright>Copyright © 2019-2020</Copyright>
<Description>Wabbajack Application Launcher</Description> <Description>Wabbajack Application Launcher</Description>
<PublishReadyToRun>true</PublishReadyToRun> <PublishReadyToRun>true</PublishReadyToRun>

View File

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