We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6a3b5 commit d516fe6Copy full SHA for d516fe6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# StarsectorToolsChangeLog
2
3
+## 0.8.7.3
4
+
5
+修复 json 中单引号的问题
6
7
## 0.8.7.2
8
9
添加mods存在同Id模组的检测
StarsectorTools.csproj
@@ -25,8 +25,8 @@
25
<NeutralLanguage>zh-CN</NeutralLanguage>
26
<Title>$(AssemblyName)</Title>
27
<Authors>HKW</Authors>
28
- <FileVersion>0.8.7.2</FileVersion>
29
- <AssemblyVersion>0.8.7.2</AssemblyVersion>
+ <FileVersion>0.8.7.3</FileVersion>
+ <AssemblyVersion>0.8.7.3</AssemblyVersion>
30
<Copyright>Copyright ©2022-2023 HKW</Copyright>
31
<RepositoryType>https://github.com/Hakoyu/StarsectorTools</RepositoryType>
32
<IncludeSymbols>False</IncludeSymbols>
0 commit comments