diff --git a/SicRT/Properties/AssemblyInfo.cs b/SicRT/Properties/AssemblyInfo.cs index a6329d46..e8632718 100644 --- a/SicRT/Properties/AssemblyInfo.cs +++ b/SicRT/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : -[assembly: AssemblyVersion("1.1.3.6")] +[assembly: AssemblyVersion("1.1.3.7")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")] \ No newline at end of file diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index e6669d49..215b1e99 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -2,6 +2,13 @@ # Sic Auto-GE 系统更新历史记录 Auto-GE 自动通用版(适用有EFEM设备) +## Version 1.1.3.7 +**2023-11-23** + +- Bug修复 + - +- 新特性 + - PM添加D0-128Interlock配置 ## Version 1.1.3.6 **2023-11-23** diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 2ee4e80e..80b5c669 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.3.6")] +[assembly: AssemblyVersion("1.1.3.7")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")]