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")]