使用日期作为版本号

This commit is contained in:
Han Qiang Qiang 2023-11-20 13:25:52 +08:00
parent b77f8f5112
commit 167ed09b97
3 changed files with 11 additions and 2 deletions

View File

@ -51,5 +51,5 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
[assembly: AssemblyVersion("1.1.32.53")]
[assembly: AssemblyVersion("1.2023.11.20")]
[assembly: AssemblyInformationalVersion("自动通用版有EFEM")]

View File

@ -2,6 +2,15 @@
# Sic Auto-GE 系统更新历史记录
Auto-GE 自动通用版适用有EFEM设备
## Version 1.2023.11.20
**2023-11-20**
- Bug修复
-
- 新特性
- 1测温版本单独配置每个测温项
- 2最新分支合并到此版本
## Version 1.1.32.53
**2023-11-23**

View File

@ -54,5 +54,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.32.53")]
[assembly: AssemblyVersion("1.2023.11.20")]
[assembly: AssemblyInformationalVersion("自动通用版有EFEM")]