From 83449ea2dda6cffee95e8db2ceac3212e991f712 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Fri, 8 Nov 2024 10:17:50 +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=B31.0.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了 `AssemblyInfo.cs` 文件中的程序集版本信息: - 将 `[assembly: AssemblyVersion("1.0.0.14")]` 更新为 `[assembly: AssemblyVersion("1.0.0.15")]`。 - 将 `[assembly: AssemblyFileVersion("1.0.0.14")]` 更新为 `[assembly: AssemblyFileVersion("1.0.0.15")]`。 - 将 `[assembly: AssemblyInformationalVersion("1.0.0.14")]` 更新为 `[assembly: AssemblyInformationalVersion("1.0.0.15")]`。 - 将 `[assembly: AssemblyFileVersion("1.0.0.8")]` 更新为 `[assembly: AssemblyFileVersion("1.0.0.15")]`。 --- Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs | 2 +- Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs | 6 +++--- Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs index 78d3e7d..08b861e 100644 --- a/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.Test/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.13")] -[assembly: AssemblyFileVersion("1.0.0.8")] +[assembly: AssemblyFileVersion("1.0.0.15")] diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Properties/AssemblyInfo.cs index 7f7a920..c6f71de 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.14")] -[assembly: AssemblyFileVersion("1.0.0.14")] -[assembly: AssemblyInformationalVersion("1.0.0.14")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.15")] +[assembly: AssemblyFileVersion("1.0.0.15")] +[assembly: AssemblyInformationalVersion("1.0.0.15")] \ No newline at end of file diff --git a/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin/Properties/AssemblyInfo.cs index 5e17627..6ad696a 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.14")] -[assembly: AssemblyFileVersion("1.0.0.14")] -[assembly: AssemblyInformationalVersion("1.0.0.14")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0.15")] +[assembly: AssemblyFileVersion("1.0.0.15")] +[assembly: AssemblyInformationalVersion("1.0.0.15")] \ No newline at end of file