File tree 7 files changed +15
-15
lines changed
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
To: announce@apache.org, dev@logging.apache.org
2
- Subject: [ANNOUNCE] Apache log4net 3.0.3 released
2
+ Subject: [ANNOUNCE] Apache log4net 3.0.4 released
3
3
4
4
Hi,
5
5
6
- the Apache log4net team is pleased to announce the 3.0.3 release.
6
+ the Apache log4net team is pleased to announce the 3.0.4 release.
7
7
For further information (support, download, etc.) see
8
8
- https://logging.apache.org/log4net/release/release-notes.html
9
- - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.3
10
- - https://www.nuget.org/packages/log4net/3.0.3
9
+ - https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.4
10
+ - https://www.nuget.org/packages/log4net/3.0.4
Original file line number Diff line number Diff line change 1
1
To: dev@logging.apache.org
2
- Subject: [RESULT][VOTE] Release Apache Log4net 3.0.3
2
+ Subject: [RESULT][VOTE] Release Apache Log4net 3.0.4
3
3
4
4
and here is my +1.
5
5
@@ -9,6 +9,6 @@ I will continue the release process.
9
9
Jan
10
10
11
11
---------------------------------------------------------------------------------------------------
12
- This is a vote to release the Apache Log4net 3.0.3 .
12
+ This is a vote to release the Apache Log4net 3.0.4 .
13
13
14
14
...
Original file line number Diff line number Diff line change 1
1
To: dev@logging.apache.org
2
- Subject: [VOTE] Release Apache Log4net 3.0.3
2
+ Subject: [VOTE] Release Apache Log4net 3.0.4
3
3
4
- This is a vote to release the Apache Log4net 3.0.3 .
4
+ This is a vote to release the Apache Log4net 3.0.4 .
5
5
6
6
Website: https://logging.staged.apache.org/log4net/release/release-notes.html
7
7
GitHub: https://github.com/apache/logging-log4net
8
8
Commit: <todo insert>
9
- Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.3
9
+ Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.4
10
10
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
11
11
Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html
12
12
Original file line number Diff line number Diff line change 26
26
<Optimize >true</Optimize >
27
27
</PropertyGroup >
28
28
<PropertyGroup >
29
- <Log4NetPackageVersion >3.0.3-preview.1 </Log4NetPackageVersion >
29
+ <Log4NetPackageVersion >3.0.3</Log4NetPackageVersion >
30
30
<MicrosoftNetAnalyzersPackageVersion >8.0.0</MicrosoftNetAnalyzersPackageVersion >
31
31
</PropertyGroup >
32
32
<PropertyGroup Label =" GenerateAssemblyInfo" >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " log4net" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Log4Net is a logging framework for .NET" ,
5
5
"scripts" : {
6
6
"test" : " run-s clean-build test-dotnet run-dotnet-core-tests" ,
Original file line number Diff line number Diff line change 21
21
<groupId >log4net</groupId >
22
22
<artifactId >apache-log4net</artifactId >
23
23
<packaging >pom</packaging >
24
- <version >3.0.3 </version >
24
+ <version >3.0.4 </version >
25
25
<name >Apache log4net</name >
26
26
<description >Logging framework for Microsoft .NET Framework.</description >
27
27
<url >https://logging.apache.org/log4net/</url >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >3.0.3 </Version >
3
+ <Version >3.0.4 </Version >
4
4
<PackageId >log4net</PackageId >
5
5
<Product >Apache log4net</Product >
6
6
<Title >$(Product)</Title >
@@ -100,7 +100,7 @@ log4net is designed with two distinct goals in mind: speed and flexibility
100
100
</ItemGroup >
101
101
<ItemGroup >
102
102
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" $(MicrosoftSourceLinkGitHubPackageVersion)" PrivateAssets =" All" />
103
- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" $(MicrosoftNetAnalyzersPackageVersion)" PrivateAssets =" All" IncludeAssets =" All" />
103
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" $(MicrosoftNetAnalyzersPackageVersion)" PrivateAssets =" All" IncludeAssets =" All" />
104
104
</ItemGroup >
105
105
<Import Project =" ../MonoForFramework.targets" />
106
106
<Target Name =" _ResolveCopyLocalNuGetPackagePdbsAndXml" Condition =" $(CopyLocalLockFileAssemblies) == true" AfterTargets =" ResolveReferences" >
You can’t perform that action at this time.
0 commit comments