This is an automated email from the ASF dual-hosted git repository.

FreeAndNil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


    from d6fdd180 update version
     add c9e278b2 Target .NET 10 / C# 14 for tests
     add 7f63f490 Build net4x without Mono
     add 27216417 Build the container image from the .NET 10 SDK image
     add 96123c99 Stop the release scripts on failed steps
     add 9fab1adb Fix the log4net.Ext.Mail package readme
     add d3984901 Quieten the TelnetAppender test
     add a73070c5 Update BUILDING.md to match the actual build
     add cfeb2e5d Run CI on the latest runner images (#305)
     add 98742f23 Remove the Mono guards from the tests (#305)
     new 9a64f952 dotnet 10 build cleanup (#305)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yaml                       |  4 +-
 Dockerfile                                         | 33 ++++--------
 doc/BUILDING.md                                    | 63 ++++++++++------------
 scripts/build-preview.ps1                          | 12 ++++-
 scripts/build-release.ps1                          |  4 ++
 src/MonoForFramework.targets                       | 20 -------
 .../3.4.0/305-build-net4x-without-mono.xml         | 17 ++++++
 src/changelog/3.4.0/305-docker-sdk-image.xml       | 13 +++++
 .../305-fix-ext-mail-package-readme.xml}           |  6 ++-
 src/changelog/3.4.0/305-fix-release-scripts.xml    | 15 ++++++
 src/changelog/3.4.0/305-target-dotnet-10.xml       | 13 +++++
 .../log4net-611-main/log4net-611-main.csproj       |  2 +-
 .../log4net-672/log4net-672.csproj                 |  2 +-
 .../log4net-673/log4net-673.csproj                 |  2 +-
 .../log4net-681/log4net-681.csproj                 |  2 +-
 .../log4net.Ext.Mail.Tests.csproj                  |  2 +-
 src/log4net.Ext.Mail/log4net.Ext.Mail.csproj       |  2 +-
 .../Appender/Internal/SimpleTelnetClient.cs        | 47 +++++++++++-----
 .../Appender/RollingFileAppenderTest.cs            | 10 ----
 .../Appender/SmtpPickupDirAppenderTest.cs          |  3 --
 src/log4net.Tests/Appender/TelnetAppenderTest.cs   |  5 --
 src/log4net.Tests/Core/LoggingEventTest.cs         |  2 -
 src/log4net.Tests/Utils.cs                         | 19 -------
 src/log4net.Tests/log4net.Tests.csproj             |  9 ++--
 src/log4net/log4net.csproj                         |  1 -
 25 files changed, 160 insertions(+), 148 deletions(-)
 delete mode 100644 src/MonoForFramework.targets
 create mode 100644 src/changelog/3.4.0/305-build-net4x-without-mono.xml
 create mode 100644 src/changelog/3.4.0/305-docker-sdk-image.xml
 copy src/changelog/{3.3.1/287-reduce-silent-log-event-loss.xml => 
3.4.0/305-fix-ext-mail-package-readme.xml} (55%)
 create mode 100644 src/changelog/3.4.0/305-fix-release-scripts.xml
 create mode 100644 src/changelog/3.4.0/305-target-dotnet-10.xml

Reply via email to