From 9e1599b9c9de12b2a7df9e9385c4e12aa728bca1 Mon Sep 17 00:00:00 2001 From: Paul Woolcock <11843015+phw198@users.noreply.github.com> Date: Wed, 17 Nov 2021 00:38:32 +0000 Subject: [PATCH] SharpCompress DLL version comment added. --- src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs | 2 +- src/OutlookGoogleCalendarSync/app.config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs b/src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs index f258b0b3..e1fc238f 100644 --- a/src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs +++ b/src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs @@ -1459,7 +1459,7 @@ public void GetSettings() { throw new System.ApplicationException("Unable to " + stage + ".", ex); } catch (System.Exception ex) { - OGCSexception.Analyse("Not able to retrieve " + stage, ex); + OGCSexception.Analyse("Not able to " + stage, ex); throw; } } diff --git a/src/OutlookGoogleCalendarSync/app.config b/src/OutlookGoogleCalendarSync/app.config index 0906c2c3..d145cd0b 100644 --- a/src/OutlookGoogleCalendarSync/app.config +++ b/src/OutlookGoogleCalendarSync/app.config @@ -50,6 +50,7 @@ +