Skip to content

Commit

Permalink
#139 adjusted mail template
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Apr 4, 2024
1 parent 202bb5c commit 16553f8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
14 changes: 13 additions & 1 deletion doc/MailTemplate.Result.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://downloads.apache.org/logging/log4net/source/apache-log4net-source-3.0.0.

Thanks

------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
This is a vote to release the Apache Log4net 3.0.0.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html
Expand All @@ -21,6 +21,18 @@ Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net

Please download, test, and cast your votes on this mailing list.

How to run the unit tests?
- install docker (if you haven't already)
- https://docs.docker.com/engine/install/
- in logging/log4net run
- `docker build -t log4net-builder .`
- `docker run -it log4net-builder`
- this will
- install all dependencies in the container
- build src/log4net.sln
- inside the container run
- `dotnet test /logging-log4net/src/log4net.sln`

[ ] +1, release the artifacts
[ ] -1, don't release, because ...

Expand Down
14 changes: 13 additions & 1 deletion doc/MailTemplate.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To: dev@logging.apache.org
Subject: [VOTE] Release Apache Log4net 2.0.17
Subject: [VOTE] Release Apache Log4net 3.0.0

This is a vote to release the Apache Log4net 3.0.0.

Expand All @@ -10,6 +10,18 @@ Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net

Please download, test, and cast your votes on this mailing list.

How to run the unit tests?
- install docker (if you haven't already)
- https://docs.docker.com/engine/install/
- in logging/log4net run
- `docker build -t log4net-builder .`
- `docker run -it log4net-builder`
- this will
- install all dependencies in the container
- build src/log4net.sln
- inside the container run
- `dotnet test /logging-log4net/src/log4net.sln`

[ ] +1, release the artifacts
[ ] -1, don't release, because ...

Expand Down
13 changes: 9 additions & 4 deletions src/log4net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{78CDAF4E-3F9F-4D00-A494-FFAE30E7EF0E}"
ProjectSection(SolutionItems) = preProject
..\.asf.yaml = ..\.asf.yaml
..\.editorconfig = ..\.editorconfig
..\.gitignore = ..\.gitignore
..\.zarro-defaults = ..\.zarro-defaults
Directory.Build.props = Directory.Build.props
Expand All @@ -35,13 +36,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
..\.github\workflows\git-broadcast.yml = ..\.github\workflows\git-broadcast.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE38DCC5-1BE9-4DEE-ADF4-854689B4028C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "log4net2-SerializeEvent", "integration-testing\log4net2-SerializeEvent\log4net2-SerializeEvent.csproj", "{605058A8-CE6D-4190-91DA-7B3E9F84489E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".doc", ".doc", "{33D80AD3-8048-4220-8BB0-38E3BDE5FCF4}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\doc\BUILDING.md = ..\doc\BUILDING.md
..\doc\MailTemplate.Result.txt = ..\doc\MailTemplate.Result.txt
..\doc\MailTemplate.txt = ..\doc\MailTemplate.txt
..\doc\RELEASING.md = ..\doc\RELEASING.md
site\xdoc\release\release-notes.xml = site\xdoc\release\release-notes.xml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "log4net2-SerializeEvent", "integration-testing\log4net2-SerializeEvent\log4net2-SerializeEvent.csproj", "{605058A8-CE6D-4190-91DA-7B3E9F84489E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 16553f8

Please sign in to comment.