Skip to content

Commit

Permalink
SharpCompress DLL version comment added.
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 committed Nov 17, 2021
1 parent 48be75f commit 9e1599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutlookGoogleCalendarSync/GoogleOgcs/GoogleCalendar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/OutlookGoogleCalendarSync/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<bindingRedirect oldVersion="0.0.0.0-2.10.0.0" newVersion="2.10.0.0" />
</dependentAssembly>
<dependentAssembly>
<!-- DO NOT UPGRADE. SEE https://github.com/phw198/OutlookGoogleCalendarSync/issues/926 -->
<assemblyIdentity name="SharpCompress" publicKeyToken="afb0a02973931d96" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.20.0.0" newVersion="0.20.0.0" />
</dependentAssembly>
Expand Down

0 comments on commit 9e1599b

Please sign in to comment.