From f374aa7a5d1cd8df6a5eb870ee0eb61774976819 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Wed, 4 Dec 2019 23:52:44 +0100 Subject: [PATCH] Set to version 5.0.8. Regen cs.pp files. --- src/LibLog/ILogProvider.cs.pp | 2 +- src/LibLog/LibLog.nuspec | 2 +- src/LibLog/LogProvider.cs.pp | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/LibLog/ILogProvider.cs.pp b/src/LibLog/ILogProvider.cs.pp index 9234c2b..1c12226 100644 --- a/src/LibLog/ILogProvider.cs.pp +++ b/src/LibLog/ILogProvider.cs.pp @@ -5,7 +5,7 @@ namespace $rootnamespace$.Logging { /// - /// Represents a way to get a + /// Represents a way to get a /// #if LIBLOG_PROVIDERS_ONLY internal diff --git a/src/LibLog/LibLog.nuspec b/src/LibLog/LibLog.nuspec index 2d66647..d48f618 100644 --- a/src/LibLog/LibLog.nuspec +++ b/src/LibLog/LibLog.nuspec @@ -2,7 +2,7 @@ LibLog - 5.0.7 + 5.0.8 Damian Hickey Damian Hickey https://github.com/damianh/LibLog/blob/master/licence.txt diff --git a/src/LibLog/LogProvider.cs.pp b/src/LibLog/LogProvider.cs.pp index 2e92c23..2bce4fa 100644 --- a/src/LibLog/LogProvider.cs.pp +++ b/src/LibLog/LogProvider.cs.pp @@ -57,15 +57,19 @@ using global::System.Runtime.CompilerServices; #endif - /// - /// Provides a mechanism to create instances of objects. - /// #if LIBLOG_EXCLUDE_CODE_COVERAGE [ExcludeFromCodeCoverage] #endif #if LIBLOG_PROVIDERS_ONLY + /// + /// Provides a mechanism to set the + /// and create instances of objects. + /// internal #else + /// + /// Provides a mechanism to set the . + /// public #endif static class LogProvider