@@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <Version>1.0.0.8</Version>
+ <Version>1.0.0.9</Version>
<Authors>Shun</Authors>
<Company>YSAI</Company>
<Product>SCADA</Product>
@@ -59,9 +59,9 @@ namespace YSAI.Opc.ua.client
public string? ServerUrl { get; set; }
/// <summary>
- /// 自定义的名称空间
+ /// 自定义名称(唯一)
/// </summary>
- [Description("自定义的名称空间")]
+ [Description("自定义名称(唯一)")]
public string? CustomName { get; set; } = Guid.NewGuid().ToString().Replace("-", string.Empty).Trim().ToUpper();