From e6814a571ad06e84dc23556692ee72523b08ac5e Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 17 May 2022 16:50:39 +0200 Subject: [PATCH] Version 3.16.1.2 --- CapsLockIndicatorV3/MainForm.cs | 2 +- CapsLockIndicatorV3/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CapsLockIndicatorV3/MainForm.cs b/CapsLockIndicatorV3/MainForm.cs index 152c058..1fe9a87 100644 --- a/CapsLockIndicatorV3/MainForm.cs +++ b/CapsLockIndicatorV3/MainForm.cs @@ -478,7 +478,7 @@ private void Wc_DownloadStringCompleted(object sender, DownloadStringCompletedEv tableLayoutPanel3.Visible = true; } } - catch(Exception ex) { MessageBox.Show(ex.ToString()); } + catch { } (sender as WebClient)?.Dispose(); } diff --git a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs index 411c7f9..5fb1fe7 100644 --- a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs +++ b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("3.16.1.1")] -[assembly: AssemblyFileVersion("3.16.1.1")] +[assembly: AssemblyVersion("3.16.1.2")] +[assembly: AssemblyFileVersion("3.16.1.2")] [assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")]