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