diff --git a/LoggingExtensions.log4net/LoggingExtensions.log4net.csproj b/LoggingExtensions.log4net/LoggingExtensions.log4net.csproj index 6c412ae..4752fe3 100644 --- a/LoggingExtensions.log4net/LoggingExtensions.log4net.csproj +++ b/LoggingExtensions.log4net/LoggingExtensions.log4net.csproj @@ -37,9 +37,9 @@ ..\LoggingExtensions.snk - - True - ..\packages\log4net.1.2.10\lib\2.0\log4net.dll + + False + ..\packages\log4net.2.0.3\lib\net40-full\log4net.dll diff --git a/LoggingExtensions.log4net/packages.config b/LoggingExtensions.log4net/packages.config index cad58a4..12feb01 100644 --- a/LoggingExtensions.log4net/packages.config +++ b/LoggingExtensions.log4net/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/LoggingExtensions.log4net/this.log-log4net.nuspec b/LoggingExtensions.log4net/this.log-log4net.nuspec index 6a8fa8b..c1aa759 100644 --- a/LoggingExtensions.log4net/this.log-log4net.nuspec +++ b/LoggingExtensions.log4net/this.log-log4net.nuspec @@ -11,17 +11,17 @@ false this.Log-log4net - this.Log logging extension using log4net this.Log-log4net is the log4net plugin to this.Log logging extension. - - == v0.0.3 == - Strong named the assembly - https://github.com/ferventcoder/this.Log/pull/6 - Report the correct logger - https://github.com/ferventcoder/this.Log/pull/2 | https://github.com/ferventcoder/this.Log/issues/1 - Error and Fatal can now have Exceptions passed to them (only the Func<string> versions though) - https://github.com/ferventcoder/this.Log/commit/4a468d2836312184597981e5e91a98909e23f1f8 + + == v0.0.3 == + Strong named the assembly - https://github.com/ferventcoder/this.Log/pull/6 + Report the correct logger - https://github.com/ferventcoder/this.Log/pull/2 | https://github.com/ferventcoder/this.Log/issues/1 + Error and Fatal can now have Exceptions passed to them (only the Func<string> versions though) - https://github.com/ferventcoder/this.Log/commit/4a468d2836312184597981e5e91a98909e23f1f8 Copyright 2012 logging log this.Log log4net - - + + diff --git a/SharedAssembly.cs b/SharedAssembly.cs index 7a504b2..7dca378 100644 --- a/SharedAssembly.cs +++ b/SharedAssembly.cs @@ -8,5 +8,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("0.0.3.0")] -[assembly: AssemblyFileVersion("0.0.3.0")] +[assembly: AssemblyVersion("0.0.4.0")] +[assembly: AssemblyFileVersion("0.0.4.0")]