Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Jan 9, 2019
1 parent 9f6e4ba commit 08f743d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NetworkScanner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified docs/NetworkScanner_Screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08f743d

Please sign in to comment.