|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <Description>NLog provider for Microsoft.Extensions.Logging</Description> |
4 | | - <VersionPrefix>1.0.0-rtm-beta5</VersionPrefix> |
| 3 | + <Description>NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties. |
| 4 | + |
| 5 | +For ASP.NET Core, use NLog.Web.AspNetCore</Description> |
| 6 | + |
5 | 7 | <Authors>Microsoft;Julian Verdurmen</Authors> |
6 | 8 | <TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks> |
7 | 9 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
11 | 13 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
12 | 14 | <PackageId>NLog.Extensions.Logging</PackageId> |
13 | 15 | <PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags> |
14 | | - <PackageReleaseNotes>Update dependencies</PackageReleaseNotes> |
| 16 | + <PackageReleaseNotes>- switch from NestedDiagnosticsContext to NestedDiagnosticsLogicalContext - use ${NDLC} instead of ${NDC} in your config when using BeginScope. |
| 17 | +- Log exceptions when log message empty |
| 18 | +- Minimize string-allocations when adding EventId-properties |
| 19 | +- Update dependencies</PackageReleaseNotes> |
15 | 20 | <PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl> |
16 | 21 | <PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl> |
17 | 22 | <PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl> |
18 | 23 | <RepositoryType>git</RepositoryType> |
19 | 24 | <RepositoryUrl>git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl> |
| 25 | + <VersionPrefix>1.0.0-rtm-beta6</VersionPrefix> |
| 26 | + <Version>1.0.0-rtm-beta6</Version> |
20 | 27 | </PropertyGroup> |
21 | 28 |
|
22 | 29 | <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> |
|
0 commit comments