diff --git a/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj b/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj index f7f3f292..686c1c4f 100644 --- a/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj +++ b/src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj @@ -1,7 +1,9 @@  - NLog provider for Microsoft.Extensions.Logging - 1.0.0-rtm-beta5 + NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties. + +For ASP.NET Core, use NLog.Web.AspNetCore + Microsoft;Julian Verdurmen net451;netstandard1.3;netstandard2.0 true @@ -11,12 +13,17 @@ true NLog.Extensions.Logging NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog - Update dependencies + - switch from NestedDiagnosticsContext to NestedDiagnosticsLogicalContext - use ${NDLC} instead of ${NDC} in your config when using BeginScope. +- Log exceptions when log message empty +- Minimize string-allocations when adding EventId-properties +- Update dependencies http://nlog-project.org/NConfig.png https://github.com/NLog/NLog.Extensions.Logging https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE git git://github.com/NLog/NLog.Extensions.Logging + 1.0.0-rtm-beta6 + 1.0.0-rtm-beta6