From 5213d5323c386e760aec0574ee8f46ddd02b900f Mon Sep 17 00:00:00 2001 From: Jiri Tomek Date: Tue, 19 Mar 2019 10:34:29 +0100 Subject: [PATCH] Version 9.0.0 --- README.md | 2 +- source/log4net-loggly/log4net-loggly.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b90e943..330da64 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ logger.Debug(new { Property = "This is anonymous object", Property2 = "with two ## Flushing logs on application shutdown -Library is buffering and sending log messages to Loggly asynchronously in background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using following code: +Library is buffering and sending log messages to Loggly asynchronously in the background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using the following code: ```csharp logger.Logger.Repository.Shutdown(); ``` diff --git a/source/log4net-loggly/log4net-loggly.csproj b/source/log4net-loggly/log4net-loggly.csproj index 1eca5c1..0135e25 100644 --- a/source/log4net-loggly/log4net-loggly.csproj +++ b/source/log4net-loggly/log4net-loggly.csproj @@ -4,7 +4,7 @@ full netstandard2.0;net40 true - 9.0.0-beta1 + 9.0.0 Loggly Loggly http://opensource.org/licenses/MIT