Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Set to version 5.0.8. Regen cs.pp files.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Dec 4, 2019
1 parent 09573f2 commit f374aa7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/LibLog/ILogProvider.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace $rootnamespace$.Logging
{
/// <summary>
/// Represents a way to get a <see cref="ILog"/>
/// Represents a way to get a <see cref="Logger"/>
/// </summary>
#if LIBLOG_PROVIDERS_ONLY
internal
Expand Down
2 changes: 1 addition & 1 deletion src/LibLog/LibLog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>LibLog</id>
<version>5.0.7</version>
<version>5.0.8</version>
<authors>Damian Hickey</authors>
<owners>Damian Hickey</owners>
<licenseUrl>https://github.com/damianh/LibLog/blob/master/licence.txt</licenseUrl>
Expand Down
10 changes: 7 additions & 3 deletions src/LibLog/LogProvider.cs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,19 @@
using global::System.Runtime.CompilerServices;
#endif

/// <summary>
/// Provides a mechanism to create instances of <see cref="ILog" /> objects.
/// </summary>
#if LIBLOG_EXCLUDE_CODE_COVERAGE
[ExcludeFromCodeCoverage]
#endif
#if LIBLOG_PROVIDERS_ONLY
/// <summary>
/// Provides a mechanism to set the <see cref="ILogProvider" />
/// and create instances of <see cref="ILog" /> objects.
/// </summary>
internal
#else
/// <summary>
/// Provides a mechanism to set the <see cref="ILogProvider" />.
/// </summary>
public
#endif
static class LogProvider
Expand Down

0 comments on commit f374aa7

Please sign in to comment.