获取商店应用 3.0.1117.0
获取商店应用 3.0.1117.0
更新内容
1.更新 Windows 应用 SDK 版本到1.4.3(1.4.231115000)
2.更新 Mile.Aria2 版本到 1.0.230
3.升级到.NET8正式版
4.微软商店内容调整,新增加查询应用链接和搜索应用功能
5.新增加检查商店应用更新功能
6.恢复之前删除的网页接口
7.删除历史记录页面
8.应用界面微调,更符合 Windows 11 美观
9.修复了一些已知问题
Update contents
- Update Windows App SDK version to 1.4.3 (1.4.231115000)
- Update the Mile.Aria2 version to 1.0.230
- Upgrade to .NET8 stable
- The content of the Microsoft Store has been adjusted, and the functions of querying app links and searching apps have been added
- Added the ability to check for app updates in the store
- Restore the previously deleted web interface
- Delete the history page
- Application interface fine-tuning, more in line with Windows 11 aesthetic
- Fixed some known issues
注意事项
1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)
powershell -ExecutionPolicy ByPass -File "Install.ps1"
Notes
1.This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).
powershell -ExecutionPolicy ByPass -File "Install.ps1"