diff --git a/MP.MONO.ADAPTER.OPC/MP.MONO.ADAPTER.OPC.csproj b/MP.MONO.ADAPTER.OPC/MP.MONO.ADAPTER.OPC.csproj index bf99056..916eb84 100644 --- a/MP.MONO.ADAPTER.OPC/MP.MONO.ADAPTER.OPC.csproj +++ b/MP.MONO.ADAPTER.OPC/MP.MONO.ADAPTER.OPC.csproj @@ -9,6 +9,7 @@ OPC UA Console Client Copyright � 2020+ EgalWare MP.MONO.ADAPTER.OPC + 1.2.2206.2114 diff --git a/MP.MONO.ADAPTER.OPC/Program.cs b/MP.MONO.ADAPTER.OPC/Program.cs index 55e19a7..6f09732 100644 --- a/MP.MONO.ADAPTER.OPC/Program.cs +++ b/MP.MONO.ADAPTER.OPC/Program.cs @@ -16,6 +16,7 @@ using NLog; using StackExchange.Redis; using System.Collections.Generic; using static MP.MONO.Core.Enums; +using System.Reflection; namespace MP.MONO.ADAPTER.OPC { @@ -51,8 +52,11 @@ namespace MP.MONO.ADAPTER.OPC public static async Task Main(string[] args) { TextWriter output = Console.Out; + output.WriteLine(lineSep); output.WriteLine("Egalware | MP.MONO.ADAPTER | OPC UA Console Client"); - + output.WriteLine($"vers.{Assembly.GetExecutingAssembly().GetName().Version}"); + output.WriteLine(lineSep); + output.WriteLine(); output.WriteLine("OPC UA library: {0} @ {1} -- {2}", Utils.GetAssemblyBuildNumber(), Utils.GetAssemblyTimestamp().ToString("G", CultureInfo.InvariantCulture), diff --git a/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj b/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj index 02622d5..01e8b2a 100644 --- a/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj +++ b/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj @@ -6,7 +6,7 @@ enable enable AnyCPU;x86;x64 - 1.12206.2114 + 1.2.2206.2114 diff --git a/MP.MONO.ANALYZER/Resources/ChangeLog.html b/MP.MONO.ANALYZER/Resources/ChangeLog.html index 0b5591f..fdcc527 100644 --- a/MP.MONO.ANALYZER/Resources/ChangeLog.html +++ b/MP.MONO.ANALYZER/Resources/ChangeLog.html @@ -1,6 +1,6 @@ MAPO-MONO -

Version: 1.12206.2114

+

Version: 1.2.2206.2114


Release Note: