Skip to content

Commit

Permalink
更正遗留的定时器处理逻辑错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Sep 16, 2019
1 parent c63400a commit 1bb4391
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions changlog/autoUpdate.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.0.1.3</version>
<url>https://llcom.papapoi.com/update/1.0.1.3.zip</url>
<changelog>https://llcom.papapoi.com/changelog/1.0.1.3.html</changelog>
<version>1.0.1.4</version>
<url>https://llcom.papapoi.com/update/1.0.1.4.zip</url>
<changelog>https://llcom.papapoi.com/changelog/1.0.1.4.html</changelog>
<mandatory mode="1">true</mandatory>
</item>
8 changes: 8 additions & 0 deletions changlog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

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

## LLCOM 1.0.1.4

- **重要:** 更正遗留的定时器处理逻辑错误问题

目前定时器应该不会有大问题了,剩下的是防止用户跑while死循环代码导致卡死

---

## LLCOM 1.0.1.3

- **重要:** 更正部分定时器开启关闭时报错的问题
Expand Down
4 changes: 2 additions & 2 deletions llcom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.3")]
[assembly: AssemblyFileVersion("1.0.1.3")]
[assembly: AssemblyVersion("1.0.1.4")]
[assembly: AssemblyFileVersion("1.0.1.4")]
[assembly: NeutralResourcesLanguage("zh-CN")]

0 comments on commit 1bb4391

Please sign in to comment.