Skip to content

Commit c88d49c

Browse files
committed
changelog
1 parent 4c7210b commit c88d49c

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

changlog/autoUpdate.xml

Lines changed: 3 additions & 3 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.2.4</version>
4-
<url>https://llcom.papapoi.com/update/1.0.2.4.zip</url>
5-
<changelog>https://llcom.papapoi.com/changelog/1.0.2.4.html</changelog>
3+
<version>1.0.2.5</version>
4+
<url>https://llcom.papapoi.com/update/1.0.2.5.zip</url>
5+
<changelog>https://llcom.papapoi.com/changelog/1.0.2.5.html</changelog>
66
<mandatory mode="1">true</mandatory>
77
</item>

changlog/index.html

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

99
> 欢迎加入交流群:`906307487`
1010

11+
## LLCOM 1.0.2.5
12+
13+
- 更正部分线程不安全的代码,大大降低lua定时器报错的概率
14+
15+
---
16+
1117
## LLCOM 1.0.2.4
1218

1319
- 重要:更正设置窗口置顶后,打开软件崩溃的bug

llcom/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="llcom.App"
1+
<Application x:Class="llcom.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:llcom"

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

0 commit comments

Comments
 (0)