Skip to content

Commit 529d874

Browse files
committed
update: 发版本
1 parent d677619 commit 529d874

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

WapProj/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="800948F61A16.llcom"
1111
Publisher="CN=chenx"
12-
Version="1.1.3050.0" />
12+
Version="1.1.3070.0" />
1313

1414
<Properties>
1515
<DisplayName>llcom</DisplayName>

changlog/autoUpdate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.1.3.6</version>
3+
<version>1.1.3.7</version>
44
<url>https://llcom.papapoi.com/llcom.zip</url>
55
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
66
<mandatory mode="1">true</mandatory>

changlog/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
同时LLCOM正在进行重写,后续将会推出全新版本,支持Win/Linux/Mac全平台,敬请期待。
1919

20+
## LLCOM 1.1.3.7
21+
22+
修复:
23+
24+
- Lua代码事件触发报`System.NullReferenceException`问题
25+
2026
## LLCOM 1.1.3.6
2127

2228
修复:

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.1.3.6")]
55-
[assembly: AssemblyFileVersion("1.1.3.6")]
54+
[assembly: AssemblyVersion("1.1.3.7")]
55+
[assembly: AssemblyFileVersion("1.1.3.7")]
5656
[assembly: NeutralResourcesLanguage("zh-CN")]
5757

0 commit comments

Comments
 (0)