From 9e7815e7eef5c908d740aba1b32b60309a335ad4 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 8 Nov 2024 15:30:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A8=8B=E5=BA=8F=E9=9B=86?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF=E8=87=B3=201.0.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了 `AssemblyInfo.cs` 文件中的程序集版本信息: - 将 `AssemblyVersion` 从 `1.0.0.13` 更新为 `1.0.0.16`。 - 将 `AssemblyFileVersion` 从 `1.0.0.15` 更新为 `1.0.0.16`。 - 将 `AssemblyInformationalVersion` 从 `1.0.0.15` 更新为 `1.0.0.16`。 --- Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs | 4 ++-- Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs | 6 +++--- Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs index 08b861e..1f16cab 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.13")] -[assembly: AssemblyFileVersion("1.0.0.15")] +[assembly: AssemblyVersion("1.0.0.16")] +[assembly: AssemblyFileVersion("1.0.0.16")] diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs index c6f71de..15c9d15 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.15")] -[assembly: AssemblyFileVersion("1.0.0.15")] -[assembly: AssemblyInformationalVersion("1.0.0.15")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.16")] +[assembly: AssemblyFileVersion("1.0.0.16")] +[assembly: AssemblyInformationalVersion("1.0.0.16")] \ No newline at end of file diff --git a/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs index 6ad696a..d4d8b63 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.15")] -[assembly: AssemblyFileVersion("1.0.0.15")] -[assembly: AssemblyInformationalVersion("1.0.0.15")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.16")] +[assembly: AssemblyFileVersion("1.0.0.16")] +[assembly: AssemblyInformationalVersion("1.0.0.16")] \ No newline at end of file