From 350f7f3dc454e0c71bce0765dcfcd0a82e146b67 Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Tue, 30 May 2023 13:44:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8F=91=E7=89=88=E6=9C=AC?= 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 | 11 +++++++++++ llcom/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/WapProj/Package.appxmanifest b/WapProj/Package.appxmanifest index d92d865..3a88b9d 100644 --- a/WapProj/Package.appxmanifest +++ b/WapProj/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.1.300.0" /> llcom diff --git a/changlog/autoUpdate.xml b/changlog/autoUpdate.xml index bbdaeff..91785c7 100644 --- a/changlog/autoUpdate.xml +++ b/changlog/autoUpdate.xml @@ -1,6 +1,6 @@ - 1.1.2.9 + 1.1.3.0 https://llcom.papapoi.com/llcom.zip https://llcom.papapoi.com/changelog.html true diff --git a/changlog/index.html b/changlog/index.html index 7a14292..4c27b29 100644 --- a/changlog/index.html +++ b/changlog/index.html @@ -11,6 +11,17 @@ > 欢迎加入交流群:`931546484` +## LLCOM 1.1.3.0 + +新增: + +- tcp客户端功能支持ssl + +修复: + +- 终端焦点丢失问题 +- 自定义串口波特率应该显示出来 + ## LLCOM 1.1.2.9 修复: diff --git a/llcom/Properties/AssemblyInfo.cs b/llcom/Properties/AssemblyInfo.cs index cae6fdc..506e4de 100644 --- a/llcom/Properties/AssemblyInfo.cs +++ b/llcom/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.2.9")] -[assembly: AssemblyFileVersion("1.1.2.9")] +[assembly: AssemblyVersion("1.1.3.0")] +[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: NeutralResourcesLanguage("zh-CN")]