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