Skip to content

Commit

Permalink
beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Sep 29, 2017
1 parent 171ed92 commit 60ff3c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.

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

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

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

0 comments on commit 60ff3c8

Please sign in to comment.