From b1a6dfa152db9a0f6ea79235dac766d9e812b17b Mon Sep 17 00:00:00 2001 From: Liang Su Date: Thu, 14 Mar 2024 09:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B3v1.3.0.40314?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/Properties/AssemblyInfo.cs | 2 +- SicRT/ReleaseNotes.md | 10 +++++++++- SicUI/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SicRT/Properties/AssemblyInfo.cs b/SicRT/Properties/AssemblyInfo.cs index 4f4f8194..4b5a07de 100644 --- a/SicRT/Properties/AssemblyInfo.cs +++ b/SicRT/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : -[assembly: AssemblyVersion("1.3.0.40308")] +[assembly: AssemblyVersion("1.3.0.40314")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")] \ No newline at end of file diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index 21d0484b..a8a5240f 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,11 +3,19 @@ Auto-GE 自动通用版(适用有EFEM设备) ---- + +## Version 1.3.0.40314 +- Bug修复 + - 修正PM进入ProcessIdle时,PSU和SCR的加热模式可能设置错误的问题 +- 新特性 + - 无 + + ## Version 1.3.0.40308 - Bug修复 - 侧壁加热切回到Pyro前,检测上一步是不是Pyro,不是Pyro,对L3进行温度赋值 - 新特性 - - + - 无 ## Version 1.3.0.40306 - Bug修复 diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index c7fac122..a0042212 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.3.0.40308")] +[assembly: AssemblyVersion("1.3.0.40314")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")]