Skip to content

Commit d26cf94

Browse files
authored
Revert "Release 2024-12-11 (#287)" (#288)
This reverts commit fe085e9.
1 parent fe085e9 commit d26cf94

File tree

8 files changed

+50
-39
lines changed

8 files changed

+50
-39
lines changed

.autover/autover.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"Projects": [
3-
{
4-
"Name": "AWS.Logger.AspNetCore",
5-
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
6-
},
7-
{
8-
"Name": "AWS.Logger.Core",
9-
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
10-
},
11-
{
12-
"Name": "AWS.Logger.Log4net",
13-
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
14-
},
15-
{
16-
"Name": "AWS.Logger.SeriLog",
17-
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
18-
},
19-
{
20-
"Name": "NLog.AWS.Logger",
21-
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
22-
}
23-
],
24-
"UseCommitsForChangelog": false,
25-
"DefaultIncrementType": "Patch",
26-
"ChangeFilesDetermineIncrementType": true
2+
"Projects": [
3+
{
4+
"Name": "AWS.Logger.AspNetCore",
5+
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
6+
},
7+
{
8+
"Name": "AWS.Logger.Core",
9+
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
10+
},
11+
{
12+
"Name": "AWS.Logger.Log4net",
13+
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
14+
},
15+
{
16+
"Name": "AWS.Logger.SeriLog",
17+
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
18+
},
19+
{
20+
"Name": "NLog.AWS.Logger",
21+
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
22+
}
23+
],
24+
"UseCommitsForChangelog": false,
25+
"DefaultIncrementType": "Patch",
26+
"ChangeFilesDetermineIncrementType": true
2727
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "AWS.Logger.AspNetCore",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update package dependencies to address security vulnerabilities"
8+
]
9+
},
10+
{
11+
"Name": "AWS.Logger.SeriLog",
12+
"Type": "Patch",
13+
"ChangelogMessages": [
14+
"Update package dependencies to address security vulnerabilities"
15+
]
16+
}
17+
]
18+
}

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
## Release 2024-12-11
2-
3-
### AWS.Logger.AspNetCore (3.5.4)
4-
* Update package dependencies to address security vulnerabilities
5-
### AWS.Logger.SeriLog (3.4.4)
6-
* Update package dependencies to address security vulnerabilities
7-
81
## Release 2024-05-22
92

103
### AWS.Logger.Core (3.3.3)

src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -22,7 +22,7 @@
2222

2323
<SignAssembly>True</SignAssembly>
2424
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
25-
<Version>3.5.4</Version>
25+
<Version>3.5.3</Version>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

src/AWS.Logger.Core/AWS.Logger.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>

src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>

src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45;net46</TargetFrameworks>
@@ -22,7 +22,7 @@
2222

2323
<SignAssembly>True</SignAssembly>
2424
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
25-
<Version>3.4.4</Version>
25+
<Version>3.4.3</Version>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

src/NLog.AWS.Logger/NLog.AWS.Logger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>

0 commit comments

Comments
 (0)