From 167ed09b9734e12179b1535adca96acecfa550fd Mon Sep 17 00:00:00 2001 From: Han Qiang Qiang <1364346467@qq.com> Date: Mon, 20 Nov 2023 13:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=97=A5=E6=9C=9F=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/Properties/AssemblyInfo.cs | 2 +- SicRT/ReleaseNotes.md | 9 +++++++++ SicUI/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/SicRT/Properties/AssemblyInfo.cs b/SicRT/Properties/AssemblyInfo.cs index 24061e3f..930e825d 100644 --- a/SicRT/Properties/AssemblyInfo.cs +++ b/SicRT/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : -[assembly: AssemblyVersion("1.1.32.53")] +[assembly: AssemblyVersion("1.2023.11.20")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")] \ No newline at end of file diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index b3a9c786..534a6446 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -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** diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index c9b08d34..bc703753 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -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)")]