Skip to content

Commit

Permalink
Merge pull request #141 from NLog/xmldocs
Browse files Browse the repository at this point in the history
Enable XML docs + docs
  • Loading branch information
304NotModified authored Sep 29, 2017
2 parents 171ed92 + abb1979 commit e48d6cc
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
@@ -46,6 +46,9 @@ For ASP.NET Core, use NLog.Web.AspNetCore</Description>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0'">
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\NLog.Extensions.Logging.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3' ">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" />
<PackageReference Include="NLog" Version="5.0.0-beta11" />
2 changes: 1 addition & 1 deletion src/NLog.Extensions.Logging/NLogLoggerProvider.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace NLog.Extensions.Logging
{
/// <summary>
/// Provider logger for NLog.
/// Provider logger for NLog + Microsoft.Extensions.Logging
/// </summary>
public class NLogLoggerProvider : Microsoft.Extensions.Logging.ILoggerProvider
{
3 changes: 3 additions & 0 deletions src/NLog.Extensions.Logging/NLogProviderOptions.cs
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@

namespace NLog.Extensions.Logging
{
/// <summary>
/// Options for logging to NLog with
/// </summary>
public class NLogProviderOptions
{
/// <summary>

0 comments on commit e48d6cc

Please sign in to comment.