From 19bf9ab6684f46e49df467c312002f518bb7306f Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Wed, 18 Oct 2023 11:44:16 +0800 Subject: [PATCH] =?UTF-8?q?1.PM=20K=E9=98=80=E7=BB=84=E5=A2=9E=E5=8A=A0V11?= =?UTF-8?q?1=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/SicModules/PMs/PMModuleDevice.cs | 2 +- SicRT/Properties/AssemblyInfo.cs | 2 +- SicRT/ReleaseNotes.md | 8 ++++++++ SicUI/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Modules/SicModules/PMs/PMModuleDevice.cs b/Modules/SicModules/PMs/PMModuleDevice.cs index 6393386..2a68285 100644 --- a/Modules/SicModules/PMs/PMModuleDevice.cs +++ b/Modules/SicModules/PMs/PMModuleDevice.cs @@ -1018,7 +1018,7 @@ namespace SicModules.PMs } else if (eGroupName == IoGroupName.K) { - lst = new List() { "V69", "V73", "V74" }; + lst = new List() { "V69", "V73", "V74" ,"V111"}; } else if (eGroupName == IoGroupName.Final1) { diff --git a/SicRT/Properties/AssemblyInfo.cs b/SicRT/Properties/AssemblyInfo.cs index 21c04db..e48d59b 100644 --- a/SicRT/Properties/AssemblyInfo.cs +++ b/SicRT/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : -[assembly: AssemblyVersion("1.2.4.58")] +[assembly: AssemblyVersion("1.2.4.59")] [assembly: AssemblyInformationalVersion("手动通用版(无EFEM)")] diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index f3e103f..6a26173 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,14 @@ Manual-GE 手动通用版(适用无EFEM设备) ------ +## Version 1.2.4.59 + +**2023-10-18** + +- Bug修复 + - +- 新特性 + - PM K阀组增加V111控制 ## Version 1.2.4.58 diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 81b85a9..98f4940 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -54,6 +54,6 @@ 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.2.4.58")] +[assembly: AssemblyVersion("1.2.4.59")] [assembly: AssemblyInformationalVersion("手动通用版(无EFEM)")]