From 635c8e311799b5479f5c7ca00621e066c09fadeb Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Mon, 24 Jun 2024 13:45:02 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=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/ReleaseNotes.md | 8 ++++++++ SicUI/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/SicRT/ReleaseNotes.md b/SicRT/ReleaseNotes.md index a45800e..19e910e 100644 --- a/SicRT/ReleaseNotes.md +++ b/SicRT/ReleaseNotes.md @@ -3,6 +3,14 @@ Manual-GE 手动通用版(适用无EFEM设备) ------ +## Version 1.2.10.82 +**2024-06-24** + +- Bug修复 + - +- 新特性 + - 1.添加打开程序需要管理员权限 + - ## Version 1.2.10.80 **2024-05-31** diff --git a/SicUI/Properties/AssemblyInfo.cs b/SicUI/Properties/AssemblyInfo.cs index 7bd20f6..51f9bd1 100644 --- a/SicUI/Properties/AssemblyInfo.cs +++ b/SicUI/Properties/AssemblyInfo.cs @@ -55,6 +55,6 @@ using System.Windows; // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.11.80")] +[assembly: AssemblyVersion("1.2.11.82")] [assembly: AssemblyInformationalVersion("手动通用版(无EFEM)")]