diff --git a/SmartHunter/Core/MemoryUpdater.cs b/SmartHunter/Core/MemoryUpdater.cs index 85ddc9de..fc36eed7 100644 --- a/SmartHunter/Core/MemoryUpdater.cs +++ b/SmartHunter/Core/MemoryUpdater.cs @@ -66,7 +66,7 @@ void CreateStateMachine() () => ConfigHelper.Main.Values.AutomaticallyCheckAndDownloadUpdates, () => { - Log.WriteLine("Searching for updates (You can disable this feature in file 'Config.json')!"); + Log.WriteLine("Searching for updates (You can disable this feature in file 'Config.json')."); }), new StateMachine.Transition( State.WaitingForProcess, @@ -93,7 +93,7 @@ void CreateStateMachine() () => updater.CheckForUpdates(), () => { - Log.WriteLine("Starting to download Updates!"); + Log.WriteLine("Starting to download Updates."); }) })); @@ -106,14 +106,14 @@ void CreateStateMachine() () => updater.DownloadUpdates(), () => { - Log.WriteLine("Successfully downloaded all files!"); + Log.WriteLine("Successfully downloaded all files."); }), new StateMachine.Transition( State.WaitingForProcess, () => !updater.DownloadUpdates(), () => { - Log.WriteLine("Failed to download Updates... Resuming the normal flow of the application!"); + Log.WriteLine("Failed to download Updates... Resuming the normal flow of the application."); Initialize(); }) })); @@ -232,7 +232,7 @@ void CreateStateMachine() }, () => { - Log.WriteLine($"All pattern failed... Aborting!"); + Log.WriteLine($"All pattern failed... Aborting."); }), new StateMachine.Transition( State.WaitingForProcess, diff --git a/SmartHunter/SmartHunter.csproj b/SmartHunter/SmartHunter.csproj index 8851a58d..ac21c9d5 100644 --- a/SmartHunter/SmartHunter.csproj +++ b/SmartHunter/SmartHunter.csproj @@ -1,4 +1,4 @@ - + {F5F99CEF-1C16-48E6-A88B-1A66D3B53998} WinExe