Skip to content

Commit

Permalink
update: 发版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Nov 9, 2022
1 parent ab50ee0 commit e4b0196
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion WapProj/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="800948F61A16.llcom"
Publisher="CN=33E7C5B3-A6A5-4489-B89F-4038AA5CC34B"
Version="1.1.13.0" />
Version="1.1.14.0" />

<Properties>
<DisplayName>llcom</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion changlog/autoUpdate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.1.3</version>
<version>1.1.1.4</version>
<url>https://llcom.papapoi.com/llcom.zip</url>
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
<mandatory mode="1">true</mandatory>
Expand Down
9 changes: 9 additions & 0 deletions changlog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

> 欢迎加入交流群:`931546484`

## LLCOM 1.1.1.4

新增:

- usb变动事件改用原生触发
- 第一次打开软件时的提示
- 防止重命名llcom.exe
- 商店版路径逻辑优化

## LLCOM 1.1.1.3

修复:
Expand Down
19 changes: 10 additions & 9 deletions llcom/App.xaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Application x:Class="llcom.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:llcom"
StartupUri="View/MainWindow.xaml"
xmlns:adonisUi="clr-namespace:AdonisUI;assembly=AdonisUI">
<Application
x:Class="llcom.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:adonisUi="clr-namespace:AdonisUI;assembly=AdonisUI"
xmlns:local="clr-namespace:llcom"
StartupUri="View/MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/languages/zh-cn.xaml"/>
<ResourceDictionary Source="pack://application:,,,/AdonisUI;component/ColorSchemes/Light.xaml"/>
<ResourceDictionary Source="pack://application:,,,/AdonisUI.ClassicTheme;component/Resources.xaml"/>
<ResourceDictionary Source="pack://application:,,,/languages/zh-cn.xaml" />
<ResourceDictionary Source="pack://application:,,,/AdonisUI;component/ColorSchemes/Light.xaml" />
<ResourceDictionary Source="pack://application:,,,/AdonisUI.ClassicTheme;component/Resources.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Expand Down
4 changes: 2 additions & 2 deletions llcom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e4b0196

Please sign in to comment.