From c4469f0e8019baa5aae4da09080ac87da82d319d Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Wed, 9 Nov 2022 09:59:44 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8F=91=E4=B8=AA=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=90=A7?= 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 | 8 ++++++++ llcom/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/WapProj/Package.appxmanifest b/WapProj/Package.appxmanifest index 71034a0..d96c80a 100644 --- a/WapProj/Package.appxmanifest +++ b/WapProj/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.1.13.0" /> llcom diff --git a/changlog/autoUpdate.xml b/changlog/autoUpdate.xml index c41326f..114762c 100644 --- a/changlog/autoUpdate.xml +++ b/changlog/autoUpdate.xml @@ -1,6 +1,6 @@ - 1.1.1.2 + 1.1.1.3 https://llcom.papapoi.com/llcom.zip https://llcom.papapoi.com/changelog.html true diff --git a/changlog/index.html b/changlog/index.html index 091ced8..1c290a2 100644 --- a/changlog/index.html +++ b/changlog/index.html @@ -11,6 +11,14 @@ > 欢迎加入交流群:`931546484` +## LLCOM 1.1.1.3 + +修复: + +- ipv6格式问题 +- 获取本机ip的时候,ipv6也要获取 +- 去除ip列表里的重复项 + ## LLCOM 1.1.1.2 新增: diff --git a/llcom/Properties/AssemblyInfo.cs b/llcom/Properties/AssemblyInfo.cs index 3d27c57..03d3133 100644 --- a/llcom/Properties/AssemblyInfo.cs +++ b/llcom/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.2")] -[assembly: AssemblyFileVersion("1.1.1.2")] +[assembly: AssemblyVersion("1.1.1.3")] +[assembly: AssemblyFileVersion("1.1.1.3")] [assembly: NeutralResourcesLanguage("zh-CN")]