diff --git a/src/NReco.Logging.File/NReco.Logging.File.csproj b/src/NReco.Logging.File/NReco.Logging.File.csproj index e1326d4..341b401 100644 --- a/src/NReco.Logging.File/NReco.Logging.File.csproj +++ b/src/NReco.Logging.File/NReco.Logging.File.csproj @@ -14,9 +14,9 @@ services.AddLogging(loggingBuilder => { More details and examples: https://github.com/nreco/logging NET8/ NET6 / .NET Core file logger provider. - Copyright (c) 2017-2023 Vitalii Fedorchenko and contributors + Copyright (c) 2017-2024 Vitalii Fedorchenko and contributors NReco.Logging.File - 1.2.0 + 1.2.1 Vitalii Fedorchenko netstandard2.0;net6.0;net8.0 true @@ -27,6 +27,10 @@ More details and examples: https://github.com/nreco/logging https://github.com/nreco/logging https://raw.githubusercontent.com/nreco/logging/master/LICENSE How to use: https://github.com/nreco/logging + +Version 1.2.1 changes: + - Added different rolling name conventions #66 (unix-style is supported with 'Descending' convention) + Version 1.2.0 changes: - NReco's FileLoggerExtensions should NOT be in the Microsoft.Extensions.Logging namespace #61 - Added net6 and net8 builds to reference appropriate Microsoft.Logging.Extensions versions