diff --git a/NetworkScanner/Program.cs b/NetworkScanner/Program.cs index d594745..1925c33 100644 --- a/NetworkScanner/Program.cs +++ b/NetworkScanner/Program.cs @@ -34,7 +34,6 @@ public static void Main(string[] args) Console.WriteLine(); Console.BackgroundColor = ConsoleColor.Gray; Console.ForegroundColor = ConsoleColor.Black; - //Console.WriteLine("{0} v{1}", typeof(Program).Assembly.GetName().Name, typeof(Program).Assembly.GetName().Version); Console.WriteLine("{0} v{1}", typeof(Scanner).Assembly.GetName().Name, versionInfo.ProductVersion); Console.ResetColor(); if (attribute != null) diff --git a/docs/NetworkScanner_Screen.png b/docs/NetworkScanner_Screen.png index a1cf410..239068e 100644 Binary files a/docs/NetworkScanner_Screen.png and b/docs/NetworkScanner_Screen.png differ