diff --git a/SicRT/Properties/AssemblyInfo.cs b/SicRT/Properties/AssemblyInfo.cs index 98b9bf44..0604aac1 100644 --- a/SicRT/Properties/AssemblyInfo.cs +++ b/SicRT/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : -[assembly: AssemblyVersion("1.1.3.8")] +[assembly: AssemblyVersion("1.1.3.9")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")] \ No newline at end of file diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index cafcb8ad..c715c9b3 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,16 @@ Auto-GE 自动通用版(适用有EFEM设备) ---- +## Version 1.1.4.9 +**2023-12-11** + +- Bug修复 + - +- 新特性 + - TM和仿真添加DI-45点位,TM添加DI-45对应的Seneor + - 在UnLoadSeparateRoutine中添加DI-45检测逻辑 + - 在SC UnLoad中配置SeparationLog报警等级 + ## Version 1.1.4.8 **2023-12-08** diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index c3eb476c..89af2ae1 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.4.8")] +[assembly: AssemblyVersion("1.1.4.9")] [assembly: AssemblyInformationalVersion("自动通用版(有EFEM)")]