diff --git a/WapProj/Package.appxmanifest b/WapProj/Package.appxmanifest index d96c80a..e9b8380 100644 --- a/WapProj/Package.appxmanifest +++ b/WapProj/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.1.14.0" /> llcom diff --git a/changlog/autoUpdate.xml b/changlog/autoUpdate.xml index 114762c..67fa739 100644 --- a/changlog/autoUpdate.xml +++ b/changlog/autoUpdate.xml @@ -1,6 +1,6 @@ - 1.1.1.3 + 1.1.1.4 https://llcom.papapoi.com/llcom.zip https://llcom.papapoi.com/changelog.html true diff --git a/changlog/index.html b/changlog/index.html index 1c290a2..47182de 100644 --- a/changlog/index.html +++ b/changlog/index.html @@ -11,6 +11,15 @@ > 欢迎加入交流群:`931546484` +## LLCOM 1.1.1.4 + +新增: + +- usb变动事件改用原生触发 +- 第一次打开软件时的提示 +- 防止重命名llcom.exe +- 商店版路径逻辑优化 + ## LLCOM 1.1.1.3 修复: diff --git a/llcom/App.xaml b/llcom/App.xaml index 2f8cf52..def2446 100644 --- a/llcom/App.xaml +++ b/llcom/App.xaml @@ -1,15 +1,16 @@ - + - - - + + + diff --git a/llcom/Properties/AssemblyInfo.cs b/llcom/Properties/AssemblyInfo.cs index 03d3133..3d40790 100644 --- a/llcom/Properties/AssemblyInfo.cs +++ b/llcom/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.3")] -[assembly: AssemblyFileVersion("1.1.1.3")] +[assembly: AssemblyVersion("1.1.1.4")] +[assembly: AssemblyFileVersion("1.1.1.4")] [assembly: NeutralResourcesLanguage("zh-CN")]