From a58ef0a03e4df5a11fe3dce283813c195d26d69f Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Wed, 9 Nov 2022 16:26:05 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=85=88=E5=8F=91=E4=B8=AA=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E9=9C=80=E8=A6=81=E6=94=B6=E9=9B=86bug?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WapProj/Package.appxmanifest | 2 +- changlog/autoUpdate.xml | 2 +- changlog/index.html | 6 ++++++ llcom/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/WapProj/Package.appxmanifest b/WapProj/Package.appxmanifest index e9b8380..2e1c8c7 100644 --- a/WapProj/Package.appxmanifest +++ b/WapProj/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.1.15.0" /> llcom diff --git a/changlog/autoUpdate.xml b/changlog/autoUpdate.xml index 67fa739..9ebd8a3 100644 --- a/changlog/autoUpdate.xml +++ b/changlog/autoUpdate.xml @@ -1,6 +1,6 @@ - 1.1.1.4 + 1.1.1.5 https://llcom.papapoi.com/llcom.zip https://llcom.papapoi.com/changelog.html true diff --git a/changlog/index.html b/changlog/index.html index 47182de..f3f1272 100644 --- a/changlog/index.html +++ b/changlog/index.html @@ -11,6 +11,12 @@ > 欢迎加入交流群:`931546484` +## LLCOM 1.1.1.5 + +修复: + +- 尝试修复Safe handle,不一定有效果 + ## LLCOM 1.1.1.4 新增: diff --git a/llcom/Properties/AssemblyInfo.cs b/llcom/Properties/AssemblyInfo.cs index 3d40790..b6cabf1 100644 --- a/llcom/Properties/AssemblyInfo.cs +++ b/llcom/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.4")] -[assembly: AssemblyFileVersion("1.1.1.4")] +[assembly: AssemblyVersion("1.1.1.5")] +[assembly: AssemblyFileVersion("1.1.1.5")] [assembly: NeutralResourcesLanguage("zh-CN")]