Skip to content

Commit

Permalink
Finish task and publish 5.5.207.0 version
Browse files Browse the repository at this point in the history
1.Finish task and publish 5.5.207.0 version
2.Update Readme.md
  • Loading branch information
Gaoyifei1011 committed Feb 7, 2025
1 parent 113112f commit 8e878fe
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 14 deletions.
5 changes: 5 additions & 0 deletions Description/README_EN-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ Note: The app can't bypass the Microsoft Store's billing channels, and if the ap
<img src="https://github.com/Gaoyifei1011/GetStoreApp/assets/49179966/73f536d3-3f7d-455a-9ca0-b542bb5ab2ce" />
</div>

#### <p align="center">应用包解析器</p>
<div align="center">
<img src="https://github.com/user-attachments/assets/9b4e37f9-07cb-4827-9aaf-24dad184cccd" />
</div>

------

### Project development progress
Expand Down
5 changes: 5 additions & 0 deletions Description/README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
<img src="https://github.com/Gaoyifei1011/GetStoreApp/assets/49179966/07927be5-9bac-4509-ba22-bec8540e4969" />
</div>

#### <p align="center">应用包解析器</p>
<div align="center">
<img src="https://github.com/user-attachments/assets/0b64a2d6-da20-4d8f-b1eb-5a955a02845b" />
</div>

------

### 项目开发进展
Expand Down
Binary file modified GetStoreApp/GetStoreApp.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("5.5.205.0")]
[assembly: AssemblyInformationalVersion("5.5.205.0")]
[assembly: AssemblyFileVersion("5.5.207.0")]
[assembly: AssemblyInformationalVersion("5.5.207.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("5.5.205.0")]
[assembly: AssemblyVersion("5.5.207.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
5 changes: 4 additions & 1 deletion GetStoreApp/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public sealed partial class MainWindow : Window, INotifyPropertyChanged
private readonly ContentIsland contentIsland;
private readonly DisplayInformation displayInformation;
private readonly IDisplayInformation2 displayInformation2;
private readonly InputKeyboardSource inputKeyboardSource;
private readonly InputNonClientPointerSource inputNonClientPointerSource;
private readonly OverlappedPresenter overlappedPresenter;
private readonly SUBCLASSPROC mainWindowSubClassProc;
Expand Down Expand Up @@ -161,7 +162,7 @@ public MainWindow()
displayInformation2 = displayInformation.As<IDisplayInformation2>();
contentIsland = ContentIsland.FindAllForCompositor(Compositor)[0];
contentIsland.Environment.SettingChanged += OnSettingChanged;
InputKeyboardSource inputKeyboardSource = InputKeyboardSource.GetForIsland(contentIsland);
inputKeyboardSource = InputKeyboardSource.GetForIsland(contentIsland);
inputKeyboardSource.SystemKeyDown += OnSystemKeyDown;

// 标题栏和右键菜单设置
Expand Down Expand Up @@ -294,6 +295,7 @@ private async void OnAppWindowClosing(object sender, AppWindowClosingEventArgs a
{
AppWindow.Changed -= OnAppWindowChanged;
contentIsland.Environment.SettingChanged -= OnSettingChanged;
inputKeyboardSource.SystemKeyDown -= OnSystemKeyDown;
ApplicationData.Current.DataChanged -= OnDataChanged;
ThemeService.PropertyChanged -= OnServicePropertyChanged;
BackdropService.PropertyChanged -= OnServicePropertyChanged;
Expand All @@ -314,6 +316,7 @@ private async void OnAppWindowClosing(object sender, AppWindowClosingEventArgs a
{
AppWindow.Changed -= OnAppWindowChanged;
contentIsland.Environment.SettingChanged -= OnSettingChanged;
inputKeyboardSource.SystemKeyDown -= OnSystemKeyDown;
ApplicationData.Current.DataChanged -= OnDataChanged;
ThemeService.PropertyChanged -= OnServicePropertyChanged;
BackdropService.PropertyChanged -= OnServicePropertyChanged;
Expand Down
Binary file modified GetStoreAppInstaller/GetStoreAppInstaller.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreAppInstaller/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 应用安装器")]
[assembly: AssemblyFileVersion("5.5.205.0")]
[assembly: AssemblyInformationalVersion("5.5.205.0")]
[assembly: AssemblyFileVersion("5.5.207.0")]
[assembly: AssemblyInformationalVersion("5.5.207.0")]
[assembly: AssemblyProduct("获取商店应用 应用安装器")]
[assembly: AssemblyTitle("获取商店应用 应用安装器")]
[assembly: AssemblyVersion("5.5.205.0")]
[assembly: AssemblyVersion("5.5.207.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="5.5.205.0" />
Version="5.5.207.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions GetStoreAppShellExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 右键菜单扩展")]
[assembly: AssemblyFileVersion("5.5.205.0")]
[assembly: AssemblyInformationalVersion("5.5.205.0")]
[assembly: AssemblyFileVersion("5.5.207.0")]
[assembly: AssemblyInformationalVersion("5.5.207.0")]
[assembly: AssemblyProduct("获取商店应用 右键菜单扩展")]
[assembly: AssemblyTitle("获取商店应用 右键菜单扩展")]
[assembly: AssemblyVersion("5.5.205.0")]
[assembly: AssemblyVersion("5.5.207.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
Binary file modified GetStoreAppWebView/GetStoreAppWebView.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreAppWebView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("5.5.205.0")]
[assembly: AssemblyInformationalVersion("5.5.205.0")]
[assembly: AssemblyFileVersion("5.5.207.0")]
[assembly: AssemblyInformationalVersion("5.5.207.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("5.5.205.0")]
[assembly: AssemblyVersion("5.5.207.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
<img src="https://github.com/Gaoyifei1011/GetStoreApp/assets/49179966/07927be5-9bac-4509-ba22-bec8540e4969" />
</div>

#### <p align="center">应用包解析器</p>
<div align="center">
<img src="https://github.com/user-attachments/assets/0b64a2d6-da20-4d8f-b1eb-5a955a02845b" />
</div>

------

### 项目开发进展
Expand Down

0 comments on commit 8e878fe

Please sign in to comment.