mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
3.0.1.8
This commit is contained in:
parent
7fc7623b78
commit
84b46f36c5
@ -1,6 +1,6 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### Version - 3.0.1.8 - 10/??/2022
|
#### Version - 3.0.1.8 - 10/1/2022
|
||||||
* Fix broken ZEditMerge code (this stream is not readable)
|
* Fix broken ZEditMerge code (this stream is not readable)
|
||||||
* Update out-of-date dependencies
|
* Update out-of-date dependencies
|
||||||
* Update CLI to perform lazy initialization of command components (faster startup)
|
* Update CLI to perform lazy initialization of command components (faster startup)
|
||||||
@ -9,6 +9,7 @@
|
|||||||
* Rework the file hash cache so it doesn't block the UI thread
|
* Rework the file hash cache so it doesn't block the UI thread
|
||||||
* Errors when downloading modlists no longer cause the app to crash
|
* Errors when downloading modlists no longer cause the app to crash
|
||||||
* Only parse and edit screen sizes in INI files when installing MO2 lists
|
* Only parse and edit screen sizes in INI files when installing MO2 lists
|
||||||
|
* Update the build to show source code names/numbers in exceptions in the logs
|
||||||
|
|
||||||
#### Version - 3.0.1.7 - 9/27/2022
|
#### Version - 3.0.1.7 - 9/27/2022
|
||||||
* HOTFIX: fix "Could not find part of path" bug related to the profiles folder
|
* HOTFIX: fix "Could not find part of path" bug related to the profiles folder
|
||||||
|
@ -7,9 +7,9 @@ mkdir c:\tmp\publish-wj
|
|||||||
|
|
||||||
dotnet clean
|
dotnet clean
|
||||||
dotnet restore
|
dotnet restore
|
||||||
dotnet publish Wabbajack.App.Wpf\Wabbajack.App.Wpf.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\app /p:PublishReadyToRun=true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained
|
dotnet publish Wabbajack.App.Wpf\Wabbajack.App.Wpf.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\app /p:PublishReadyToRun=true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained /p:DebugType=embedded
|
||||||
dotnet publish Wabbajack.Launcher\Wabbajack.Launcher.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\launcher /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained
|
dotnet publish Wabbajack.Launcher\Wabbajack.Launcher.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\launcher /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained /p:DebugType=embedded
|
||||||
dotnet publish c:\oss\Wabbajack\Wabbajack.CLI\Wabbajack.CLI.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\app --self-contained
|
dotnet publish c:\oss\Wabbajack\Wabbajack.CLI\Wabbajack.CLI.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\publish-wj\app --self-contained /p:DebugType=embedded
|
||||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\app\Wabbajack.exe
|
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\app\Wabbajack.exe
|
||||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\launcher\Wabbajack.exe
|
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\launcher\Wabbajack.exe
|
||||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\app\wabbajack-cli.exe
|
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe" sign /t http://timestamp.sectigo.com c:\tmp\publish-wj\app\wabbajack-cli.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user