Skip to content

Commit 9f6b9b3

Browse files
committed
更新到1.0.1.2
1 parent a4b2496 commit 9f6b9b3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

changlog/autoUpdate.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.0.1.1</version>
4-
<url>https://llcom.papapoi.com/update/1.0.1.1.zip</url>
3+
<version>1.0.1.2</version>
4+
<url>https://llcom.papapoi.com/update/1.0.1.2.zip</url>
55
<changelog>https://llcom.papapoi.com/changelog</changelog>
66
<mandatory mode="1">true</mandatory>
77
</item>

changlog/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
<xmp id="mdmain" theme="united" style="display:none;">
77
# 更新日志
88

9+
## LLCOM 1.0.1.2
10+
11+
- **重要:**更换Lua框架为腾讯xLua,更稳定
12+
- 更正协程中代码报错不打印的问题
13+
- 自动恢复文件夹结构,防止有用户自己乱删文件
14+
15+
自动恢复文件夹结构,防止有用户自己乱删文件升级服务器改为使用腾讯云Git平台
16+
17+
---
18+
919
## LLCOM 1.0.1.1
1020

1121
- 重要:更正断网或其他情况导致升级失败后,软件报错崩溃的问题。

llcom/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252
//通过使用 "*",如下所示:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.1.1")]
55-
[assembly: AssemblyFileVersion("1.0.1.1")]
54+
[assembly: AssemblyVersion("1.0.1.2")]
55+
[assembly: AssemblyFileVersion("1.0.1.2")]
5656
[assembly: NeutralResourcesLanguage("zh-CN")]
5757

0 commit comments

Comments
 (0)