docs: 更新文档中的 .NET Framework 版本为 4.6.2

- 更新 README.md 中的技术栈、系统要求和编译输出路径
- 更新 BUILD_INSTALLER.md 中的兼容性说明和下载链接
- 更新轻量级订单发货客户端方案.md 中的所有版本引用
- 更新 build_installer.bat 自动编译和复制流程
- 修复 App.config 中的 supportedRuntime 版本

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Administrator
2025-12-18 11:41:46 +08:00
parent 9b11baba63
commit e7b9d3851c
5 changed files with 110 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
| 组件 | 技术 | 版本 |
|-----|------|------|
| 桌面框架 | WPF | .NET Framework 4.8 |
| 桌面框架 | WPF | .NET Framework 4.6.2 |
| 架构模式 | MVVM | CommunityToolkit.Mvvm 8.2 |
| 本地数据库 | SQLite | System.Data.SQLite 1.0.118 |
| Excel处理 | ClosedXML | 0.102.2 |
@@ -26,13 +26,13 @@
## 系统要求
- **操作系统**: Windows 7 SP1 或更高版本
- **运行时**: .NET Framework 4.8Win7已内置,无需额外安装
- **运行时**: .NET Framework 4.6.2Win7 SP1 原生支持
- **磁盘空间**: ~10MB
## 开发环境
- Visual Studio 2019+ 或 .NET SDK 8.0+
- .NET Framework 4.8 开发工具
- .NET Framework 4.6.2+ 开发工具
## 编译步骤
@@ -43,7 +43,7 @@
dotnet build PackagingMallShipper.sln -c Release
# 输出文件位于
bin/Release/net48/PackagingMallShipper.exe
bin/Release/net462/PackagingMallShipper.exe
```
### 方式二Visual Studio
@@ -52,7 +52,7 @@ bin/Release/net48/PackagingMallShipper.exe
2. 还原 NuGet 包
3. 选择 `Release` 配置
4. 生成解决方案
5. 输出文件位于 `bin/Release/net48/` 目录
5. 输出文件位于 `bin/Release/net462/` 目录
## 配置说明