diff --git a/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs index eae96aa..5eb3c84 100644 --- a/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ using System.Runtime.InteropServices; // 生成号 // 修订号 // -[assembly: AssemblyVersion("1.0.0.22")] -[assembly: AssemblyFileVersion("1.0.0.22")] -[assembly: AssemblyInformationalVersion("1.0.0.22")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.24")] +[assembly: AssemblyFileVersion("1.0.0.24")] +[assembly: AssemblyInformationalVersion("1.0.0.24")] \ No newline at end of file diff --git a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs index 608cbe0..d663cc1 100644 --- a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ using System.Runtime.InteropServices; [assembly: Guid("aec39474-528b-4da8-b650-99189acb7a2c")] // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.22")] -[assembly: AssemblyFileVersion("1.0.0.22")] +[assembly: AssemblyVersion("1.0.0.24")] +[assembly: AssemblyFileVersion("1.0.0.24")] diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs index b74c780..49bf5d0 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/LectotypeLineModel.cs @@ -340,6 +340,11 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models { ModelNo += $"{PowerLineLength}"; + } + else + { + ModelNo += $"{PowerLineLength}"; + } if (!string.IsNullOrEmpty(AxisNo)) { diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs index f778888..75ff15e 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs @@ -46,6 +46,6 @@ using System.Windows; // 生成号 // 修订号 // -[assembly: AssemblyVersion("1.0.0.22")] -[assembly: AssemblyFileVersion("1.0.0.22")] -[assembly: AssemblyInformationalVersion("1.0.0.22")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.24")] +[assembly: AssemblyFileVersion("1.0.0.24")] +[assembly: AssemblyInformationalVersion("1.0.0.24")] \ No newline at end of file diff --git a/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs index d84d000..6b1f0bd 100644 --- a/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ using System.Runtime.InteropServices; // 生成号 // 修订号 // -[assembly: AssemblyVersion("1.0.0.22")] -[assembly: AssemblyFileVersion("1.0.0.22")] -[assembly: AssemblyInformationalVersion("1.0.0.22-rls")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.24")] +[assembly: AssemblyFileVersion("1.0.0.24")] +[assembly: AssemblyInformationalVersion("1.0.0.24-rls")] \ No newline at end of file