mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 11:23:25 +08:00
UXAssist 1.5.7
This commit is contained in:
@@ -100,8 +100,8 @@
|
|||||||
<!-- Delete previous zip if present -->
|
<!-- Delete previous zip if present -->
|
||||||
<Delete Files="$(_ZipPath)" Condition="Exists('$(_ZipPath)')" />
|
<Delete Files="$(_ZipPath)" Condition="Exists('$(_ZipPath)')" />
|
||||||
|
|
||||||
<!-- Create zip using powershell.exe (explicit executable – works from any shell) -->
|
<!-- Create zip using MSBuild ZipDirectory task – no shell, no quoting issues -->
|
||||||
<Exec Command="powershell.exe -NoProfile -Command "Compress-Archive -Path '$(_StagingDir)\*' -DestinationPath '$(_ZipPath)'"" />
|
<ZipDirectory SourceDirectory="$(_StagingDir)" DestinationFile="$(_ZipPath)" />
|
||||||
|
|
||||||
<!-- Clean up staging directory -->
|
<!-- Clean up staging directory -->
|
||||||
<RemoveDir Directories="$(_StagingDir)" />
|
<RemoveDir Directories="$(_StagingDir)" />
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
## Changlog
|
## Changlog
|
||||||
|
|
||||||
|
* 1.5.7
|
||||||
|
* Fix compatibility with game update 0.10.34.28505.
|
||||||
* 1.5.6
|
* 1.5.6
|
||||||
* `Initialize This Planet`: Fix known crashes and infinite loop.
|
* `Initialize This Planet`: Fix known crashes and infinite loop.
|
||||||
* `Show recent milkyway upload results`: Fix an issue that it only shows earliest results but latest ones.
|
* `Show recent milkyway upload results`: Fix an issue that it only shows earliest results but latest ones.
|
||||||
@@ -395,6 +397,8 @@
|
|||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
* 1.5.7
|
||||||
|
* 修复了与游戏更新0.10.34.28505的兼容性。
|
||||||
* 1.5.6
|
* 1.5.6
|
||||||
* `初始化本行星`:修复已知的崩溃和无限循环问题。
|
* `初始化本行星`:修复已知的崩溃和无限循环问题。
|
||||||
* `显示最近银河系上传结果`:修复仅显示最早上传结果而非最新结果的问题。
|
* `显示最近银河系上传结果`:修复仅显示最早上传结果而非最新结果的问题。
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
<BepInExPluginGuid>org.soardev.uxassist</BepInExPluginGuid>
|
||||||
<Description>DSP MOD - UXAssist</Description>
|
<Description>DSP MOD - UXAssist</Description>
|
||||||
<Version>1.5.6</Version>
|
<Version>1.5.7</Version>
|
||||||
<PackageId>UXAssist</PackageId>
|
<PackageId>UXAssist</PackageId>
|
||||||
<RootNamespace>UXAssist</RootNamespace>
|
<RootNamespace>UXAssist</RootNamespace>
|
||||||
<PackHasChangelog>true</PackHasChangelog>
|
<PackHasChangelog>true</PackHasChangelog>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "UXAssist",
|
"name": "UXAssist",
|
||||||
"version_number": "1.5.6",
|
"version_number": "1.5.7",
|
||||||
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UXAssist",
|
||||||
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
"description": "Some functions and patches for better user experience / 一些提升用户体验的功能和补丁",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|||||||
Reference in New Issue
Block a user