diff --git a/MECF.Framework.Common/Properties/AssemblyInfo.cs b/MECF.Framework.Common/Properties/AssemblyInfo.cs index 5009443..316bb66 100644 --- a/MECF.Framework.Common/Properties/AssemblyInfo.cs +++ b/MECF.Framework.Common/Properties/AssemblyInfo.cs @@ -14,4 +14,4 @@ using log4net.Config; [assembly: ComVisible(false)] [assembly: Guid("6E6A3BE1-681F-49BE-982E-29C4C1D08D49")] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("2.0.2.2")] +[assembly: AssemblyVersion("2.0.3.3")] diff --git a/MECF.Framework.Common/ReleaseNote.md b/MECF.Framework.Common/ReleaseNote.md index 39d00de..0e17ba2 100644 --- a/MECF.Framework.Common/ReleaseNote.md +++ b/MECF.Framework.Common/ReleaseNote.md @@ -1,6 +1,21 @@ # 同时应用于RT和UI端的对象,以及WCF通讯使用的对象 + +## Version 2.0.3.3 + +***2023-04-20*** + +- Bug + - 无 +- 新特性 + - 系统配置支持回调函数注册,当设置值发生变化时,自动执行回调函数 + - IoSensorAnalog对象中新增配置项doActiveLevel,用于配置报警DO的有效输出电平 + + + + + ## Version 2.0.2.2 ***2023-04-19*** diff --git a/MECF.Framework.RT.Core/Properties/AssemblyInfo.cs b/MECF.Framework.RT.Core/Properties/AssemblyInfo.cs index 88aaff6..e3d7e39 100644 --- a/MECF.Framework.RT.Core/Properties/AssemblyInfo.cs +++ b/MECF.Framework.RT.Core/Properties/AssemblyInfo.cs @@ -45,5 +45,5 @@ using System.Windows; // 鍙互鎸囧畾鎵鏈夊硷紝涔熷彲浠ヤ娇鐢ㄤ互涓嬫墍绀虹殑 "*" 棰勭疆鐗堟湰鍙峰拰淇鍙 //閫氳繃浣跨敤 "*"锛屽涓嬫墍绀: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.1")] +[assembly: AssemblyVersion("2.0.2.2")] //[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/MECF.Framework.RT.EquipmentLibrary/Properties/AssemblyInfo.cs b/MECF.Framework.RT.EquipmentLibrary/Properties/AssemblyInfo.cs index adbd7f3..7302da8 100644 --- a/MECF.Framework.RT.EquipmentLibrary/Properties/AssemblyInfo.cs +++ b/MECF.Framework.RT.EquipmentLibrary/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 鍙互鎸囧畾鎵鏈夊硷紝涔熷彲浠ヤ娇鐢ㄤ互涓嬫墍绀虹殑 "*" 棰勭疆鐗堟湰鍙峰拰淇鍙 //閫氳繃浣跨敤 "*"锛屽涓嬫墍绀: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.1")] +[assembly: AssemblyVersion("2.0.2.2")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/MECF.Framework.RT.EquipmentLibrary/ReleaseNotes.txt b/MECF.Framework.RT.EquipmentLibrary/ReleaseNotes.txt index 3f73ecb..4ceb586 100644 --- a/MECF.Framework.RT.EquipmentLibrary/ReleaseNotes.txt +++ b/MECF.Framework.RT.EquipmentLibrary/ReleaseNotes.txt @@ -2,6 +2,22 @@ +## Version 2.0.2.2 + +***2023-04-20*** + +- Bug + + - 鏃 + +- 鏂扮壒鎬 + + - IoSensorAnalog鍜孖oSensorWaterFlowTemp瀵硅薄娉ㄥ唽鐩稿叧绯荤粺閰嶇疆椤瑰彉鏇寸殑鍥炶皟鍑芥暟锛岄伩鍏嶈缃煎彉鏇存椂蹇呴』閲嶅惎杞欢鐨勯棶棰 + + + + + ## Version 2.0.1.1 ***2023-04-19***