Skip to content

Commit

Permalink
Finish task and publish 4.0.601.0 version
Browse files Browse the repository at this point in the history
1.Finish task and publish 4.0.601.0 version
2.Update Readme.md
  • Loading branch information
Gaoyifei1011 committed Jun 1, 2024
1 parent d6a6880 commit ddaf96e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 34 deletions.
8 changes: 0 additions & 8 deletions Description/README_EN-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ All the content of the program has been developed
------

### Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
> * Back to Store.rg API parsing store application, provide a variety of channels to parse store application installation package
> * Added support for Native AOT, reducing binary distribution while improving application speed
> * Re-architecting the Web browsing section (introducing Edge legacy and WebView2)
> * Rebuild the download management module, integrate the download page and the incomplete download display page, and use the delivery optimization or background intelligent transmission service of Windows 11 22621+ to replace Aria2 download
------

### Thanks (Sort by alphabetical order)

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
Expand Down
8 changes: 0 additions & 8 deletions Description/README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@
------

### Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
> * 带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
> * 添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
> * 重新构建网页浏览部分(引入 Edge legacy 和 WebView2)
> * 重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化或后台智能传输服务替代 Aria2 下载
------

### 感谢(按英文首字母排序)

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
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 @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("3.10.530.0")]
[assembly: AssemblyInformationalVersion("3.10.530.0")]
[assembly: AssemblyFileVersion("4.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("3.10.530.0")]
[assembly: AssemblyVersion("4.0.601.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 @@ -11,7 +11,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="3.10.530.0" />
Version="4.0.601.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
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 @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("3.10.530.0")]
[assembly: AssemblyInformationalVersion("3.10.530.0")]
[assembly: AssemblyFileVersion("4.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("3.10.530.0")]
[assembly: AssemblyVersion("4.0.601.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// 程序集信息设置
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("©Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyFileVersion("3.10.530.0")]
[assembly: AssemblyInformationalVersion("3.10.530.0")]
[assembly: AssemblyFileVersion("4.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyVersion("3.10.530.0")]
[assembly: AssemblyVersion("4.0.601.0")]

// 设置程序集仅允许在Windows平台上可用
[assembly: SupportedOSPlatform("windows10.0.26100")]
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,6 @@
------

### 4.0 版本的计划更新(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
> * 带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
> * 添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
> * 重新构建网页浏览部分(引入 Edge legacy 和 WebView2)
> * 重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化或后台智能传输服务替代 Aria2 下载
------

### 感谢(按英文首字母排序)

> * [AndromedaMelody](https://github.com/AndromedaMelody)&emsp;
Expand Down

0 comments on commit ddaf96e

Please sign in to comment.