Skip to content

Commit

Permalink
Add version to log
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed Oct 14, 2022
1 parent bef2dbd commit 7341190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SnowRunner-Tool/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public MainWindow(ILogger logger, string[] args)
((App)Application.Current).WindowPlace.Register(this);

_logger.Information("App started");
_logger.Information("Version: " + AssemblyVersion);
_logger.Information("Platform: " + Platform);

// Read directories from settings or find them automatically
Expand Down

0 comments on commit 7341190

Please sign in to comment.