Skip to content

Commit b77b363

Browse files
Merge pull request #138 from NLog/beta7
1.0.0-rtm-beta7 release notes and version
2 parents e48d6cc + 60ff3c8 commit b77b363

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
44

5-
For ASP.NET Core, use NLog.Web.AspNetCore</Description>
5+
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore</Description>
66

77
<Authors>Microsoft;Julian Verdurmen</Authors>
88
<TargetFrameworks>net451;net461;netstandard1.3;netstandard2.0</TargetFrameworks>
@@ -13,16 +13,16 @@ For ASP.NET Core, use NLog.Web.AspNetCore</Description>
1313
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1414
<PackageId>NLog.Extensions.Logging</PackageId>
1515
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
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>
16+
<PackageReleaseNotes>- Added NLogLoggerFactory
17+
- Support .NET 4.6.1 + Microsoft.Extensions.Logging 2.0
18+
- XML Docs in package
19+
</PackageReleaseNotes>
2020
<PackageIconUrl>http://nlog-project.org/NConfig.png</PackageIconUrl>
2121
<PackageProjectUrl>https://github.com/NLog/NLog.Extensions.Logging</PackageProjectUrl>
2222
<PackageLicenseUrl>https://github.com/NLog/NLog.Extensions.Logging/blob/master/LICENSE</PackageLicenseUrl>
2323
<RepositoryType>git</RepositoryType>
2424
<RepositoryUrl>git://github.com/NLog/NLog.Extensions.Logging</RepositoryUrl>
25-
<Version>1.0.0-rtm-beta6</Version>
25+
<Version>1.0.0-rtm-beta7</Version>
2626
</PropertyGroup>
2727

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

0 commit comments

Comments
 (0)