mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixup CHANGELOG.md
This commit is contained in:
parent
f9f0ecdd80
commit
4d8ab94456
@ -1,9 +1,13 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 2.5.3.4 - 1/19/2022
|
||||
#### Version - 2.5.3.5 - 1/19/2022
|
||||
* Fixed support for Cyberpunk 2077 on GoG
|
||||
* Added support for Sims 4
|
||||
|
||||
#### Version - 2.5.3.4 - 12/18/2021
|
||||
* Made WJ tolerant of bad BSA files created in Skyrim AE
|
||||
* Reworked list healing to be less noisy and based on the 3.0 code
|
||||
|
||||
#### Version - 2.5.3.3 - 12/4/2021
|
||||
* Added support for Cyberpunk 2077 on GoG
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
<AssemblyName>wabbajack-cli</AssemblyName>
|
||||
<Company>Wabbajack</Company>
|
||||
<Platforms>x64</Platforms>
|
||||
<AssemblyVersion>2.5.3.4</AssemblyVersion>
|
||||
<FileVersion>2.5.3.4</FileVersion>
|
||||
<AssemblyVersion>2.5.3.5</AssemblyVersion>
|
||||
<FileVersion>2.5.3.5</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.3.4</AssemblyVersion>
|
||||
<FileVersion>2.5.3.4</FileVersion>
|
||||
<AssemblyVersion>2.5.3.5</AssemblyVersion>
|
||||
<FileVersion>2.5.3.5</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.3.4</AssemblyVersion>
|
||||
<FileVersion>2.5.3.4</FileVersion>
|
||||
<AssemblyVersion>2.5.3.5</AssemblyVersion>
|
||||
<FileVersion>2.5.3.5</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.3.4</AssemblyVersion>
|
||||
<FileVersion>2.5.3.4</FileVersion>
|
||||
<AssemblyVersion>2.5.3.5</AssemblyVersion>
|
||||
<FileVersion>2.5.3.5</FileVersion>
|
||||
<Copyright>Copyright © 2019-2021</Copyright>
|
||||
<Description>An automated ModList installer</Description>
|
||||
<PublishReadyToRun>true</PublishReadyToRun>
|
||||
|
7
buildall.bat
Normal file
7
buildall.bat
Normal file
@ -0,0 +1,7 @@
|
||||
dotnet clean
|
||||
dotnet restore
|
||||
dotnet publish Wabbajack\Wabbajack.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o M:\Games\wabbajack_files\app --self-contained
|
||||
dotnet publish Wabbajack.Launcher\Wabbajack.Launcher.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o M:\Games\wabbajack_files\launcher --self-contained
|
||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com M:\Games\wabbajack_files\launcher\Wabbajack.exe
|
||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com M:\Games\wabbajack_files\app\Wabbajack.exe
|
||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com M:\Games\wabbajack_files\app\wabbajack-cli.exe
|
Loading…
Reference in New Issue
Block a user