From 1bb43918dbb021a09404ce70b30a1950de9271c0 Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Mon, 16 Sep 2019 10:31:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=81=97=E7=95=99=E7=9A=84?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=99=A8=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changlog/autoUpdate.xml | 6 +++--- changlog/index.html | 8 ++++++++ llcom/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changlog/autoUpdate.xml b/changlog/autoUpdate.xml index d63da33..e80b6ce 100644 --- a/changlog/autoUpdate.xml +++ b/changlog/autoUpdate.xml @@ -1,7 +1,7 @@ - 1.0.1.3 - https://llcom.papapoi.com/update/1.0.1.3.zip - https://llcom.papapoi.com/changelog/1.0.1.3.html + 1.0.1.4 + https://llcom.papapoi.com/update/1.0.1.4.zip + https://llcom.papapoi.com/changelog/1.0.1.4.html true diff --git a/changlog/index.html b/changlog/index.html index 2e7f787..9a2509f 100644 --- a/changlog/index.html +++ b/changlog/index.html @@ -8,6 +8,14 @@ > 欢迎加入交流群:`906307487` +## LLCOM 1.0.1.4 + +- **重要:** 更正遗留的定时器处理逻辑错误问题 + +目前定时器应该不会有大问题了,剩下的是防止用户跑while死循环代码导致卡死 + +--- + ## LLCOM 1.0.1.3 - **重要:** 更正部分定时器开启关闭时报错的问题 diff --git a/llcom/Properties/AssemblyInfo.cs b/llcom/Properties/AssemblyInfo.cs index 0d9ea5e..b7ca7e3 100644 --- a/llcom/Properties/AssemblyInfo.cs +++ b/llcom/Properties/AssemblyInfo.cs @@ -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")]