From 4b85805f211d33c9af33a2f8690d3212ddbebaf3 Mon Sep 17 00:00:00 2001 From: Vitalii Fedorchenko Date: Mon, 25 Sep 2023 12:46:46 +0300 Subject: [PATCH] Version 1.1.7 bump --- src/NReco.Logging.File/NReco.Logging.File.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/NReco.Logging.File/NReco.Logging.File.csproj b/src/NReco.Logging.File/NReco.Logging.File.csproj index 3327836..c1c4e2a 100644 --- a/src/NReco.Logging.File/NReco.Logging.File.csproj +++ b/src/NReco.Logging.File/NReco.Logging.File.csproj @@ -14,7 +14,7 @@ More details and examples: https://github.com/nreco/logging NET6+ / .NET Core file logger provider. Copyright (c) 2017-2023 Vitalii Fedorchenko and contributors NReco.Logging.File - 1.1.6 + 1.1.7 Vitalii Fedorchenko netstandard2.0 true @@ -26,6 +26,9 @@ More details and examples: https://github.com/nreco/logging https://raw.githubusercontent.com/nreco/logging/master/LICENSE How to use: https://github.com/nreco/logging +Version 1.1.7 changes: + - bugfix: App deadlock on FileLoggerProvider.WriteEntry #57 + Version 1.1.6 changes: - added ILoggerFactory.AddFile(string fileName, Action<FileLoggerOptions> configure) extension method - now AddFile methods that accept IConfiguration may use it as a "File" section (only if there is no "File" sub-section) #50