Commit f6fec861 authored by 潘栩锋's avatar 潘栩锋 🚴

1.[修改] CopyExe 路径改变了

parent dc6e5ef0
...@@ -51,6 +51,6 @@ using System.Windows; ...@@ -51,6 +51,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.1.0")] [assembly: AssemblyVersion("8.0.2.0")]
[assembly: AssemblyFileVersion("8.0.1.0")] [assembly: AssemblyFileVersion("8.0.2.0")]
[assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")] [assembly: Guid("38E0D8EC-4D1C-49FF-AB08-6289294C5BD4")]
...@@ -43,7 +43,7 @@ namespace CapSensorBase ...@@ -43,7 +43,7 @@ namespace CapSensorBase
/// <summary> /// <summary>
/// 输入口状态,只有1位, 更新频率为1ms /// 输入口状态,只有1位, 更新频率为1ms
/// </summary> /// </summary>
public UInt16 IStatus { get; private set; } public UInt16 IStatus { get; private set; } = 1;
#endregion #endregion
......
Subproject commit 43f5a9e5ffe31d8fc8fa3ee04bb0f6afac86c5a1 Subproject commit 781e7c3c3c8663f11a29e5dc476bbcf18fec165d
{ {
"InstallZipVersion":"8.0.1.0", "InstallZipVersion":"8.0.2.0",
"InstallZipUrl":"http://server.flyautomation.net:8889/download/和美安装包_v8.0.1.0_20240526.7z" "InstallZipUrl":"http://server.flyautomation.net:8889/download/和美安装包_v8.0.2.0_20240614.7z"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment