From 5c36a8631130fb13fcb8417e2af7ccb5d808ad71 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Sat, 6 Feb 2021 13:16:33 +0100 Subject: [PATCH] Update log4net to v2.0.12 Versions 2.0.10 and 2.0.11 appear to be affected by an issue in `Memory- Appender` which breaks two of our unit tests. See https://issues.apache.org/jira/projects/LOG4NET/issues/LOG4NET-649. --- CHANGELOG.md | 2 +- src/Castle.Core.Tests/Castle.Core.Tests.csproj | 2 +- .../Castle.Services.Logging.log4netIntegration.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65177c6231..68dfe004c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: - `private protected` methods are not intercepted (@CrispyDrone, #535) - `System.UIntPtr` unsupported (@stakx, #546) - DynamicProxy generates two modules when proceeding from a class proxy's protected method to the target, causing an `InvalidOperationException` when saving the generated assembly to disk (@stakx, #569) -- Upgrade log4net to v2.0.10 (@jonorossi, @stakx, #574) +- Upgrade log4net to v2.0.12 (@jonorossi, @stakx, #574) Deprecations: - Removed support for the .NET Framework < 4.5 and .NET Standard 1.x. (@stakx, #495, #496) diff --git a/src/Castle.Core.Tests/Castle.Core.Tests.csproj b/src/Castle.Core.Tests/Castle.Core.Tests.csproj index d665045465..844af8852e 100644 --- a/src/Castle.Core.Tests/Castle.Core.Tests.csproj +++ b/src/Castle.Core.Tests/Castle.Core.Tests.csproj @@ -47,7 +47,7 @@ - + diff --git a/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj b/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj index 290a152bef..51846bac8d 100644 --- a/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj +++ b/src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj @@ -25,7 +25,7 @@ - +