Skip to content

Commit a0fc4b1

Browse files
Merge pull request #133 from NLog/changelog-beta6
1.0.0-rtm-beta6: Changelog and version
2 parents 768db12 + 0be756d commit a0fc4b1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<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+
57
<Authors>Microsoft;Julian Verdurmen</Authors>
68
<TargetFrameworks>net451;netstandard1.3;netstandard2.0</TargetFrameworks>
79
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -11,12 +13,17 @@
1113
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1214
<PackageId>NLog.Extensions.Logging</PackageId>
1315
<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>
1520
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
1621
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
1722
<PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl>
1823
<RepositoryType>git</RepositoryType>
1924
<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>
2027
</PropertyGroup>
2128

2229
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">

0 commit comments

Comments
 (0)