Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 18, 2024
1 parent 28d5e03 commit 04572d1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 79 deletions.
50 changes: 25 additions & 25 deletions .autover/autover.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"Projects": [
{
"Name": "AWS.Logger.AspNetCore",
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
},
{
"Name": "AWS.Logger.Core",
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
},
{
"Name": "AWS.Logger.Log4net",
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
},
{
"Name": "AWS.Logger.SeriLog",
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
},
{
"Name": "NLog.AWS.Logger",
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
"Projects": [
{
"Name": "AWS.Logger.AspNetCore",
"Path": "src/AWS.Logger.AspNetCore/AWS.Logger.AspNetCore.csproj"
},
{
"Name": "AWS.Logger.Core",
"Path": "src/AWS.Logger.Core/AWS.Logger.Core.csproj"
},
{
"Name": "AWS.Logger.Log4net",
"Path": "src/AWS.Logger.Log4net/AWS.Logger.Log4net.csproj"
},
{
"Name": "AWS.Logger.SeriLog",
"Path": "src/AWS.Logger.SeriLog/AWS.Logger.SeriLog.csproj"
},
{
"Name": "NLog.AWS.Logger",
"Path": "src/NLog.AWS.Logger/NLog.AWS.Logger.csproj"
}
],
"UseCommitsForChangelog": false,
"DefaultIncrementType": "Patch",
"ChangeFilesDetermineIncrementType": true
}
54 changes: 0 additions & 54 deletions .autover/changes/feba6e15-050a-4074-98cb-c863092d9e69.json

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## Release 2024-10-18

### AWS.Logger.AspNetCore (4.0.0-preview.1)
* Updated .NET SDK project references to 4.0.0-preview.4
* Added .NET 8 target framework
* Enabled Trimming support
* Added SourceLink support
### AWS.Logger.Core (4.0.0-preview.1)
* Updated .NET SDK project references to 4.0.0-preview.4
* Added .NET 8 target framework
* Enabled Trimming support
* Added SourceLink support
### AWS.Logger.Log4net (4.0.0-preview.1)
* Updated .NET SDK project references to 4.0.0-preview.4
* Added .NET 8 target framework
* Enabled Trimming support
* Added SourceLink support
### AWS.Logger.SeriLog (4.0.0-preview.1)
* Updated .NET SDK project references to 4.0.0-preview.4
* Added .NET 8 target framework
* Enabled Trimming support
* Added SourceLink support
### NLog.AWS.Logger (4.0.0-preview.1)
* Updated .NET SDK project references to 4.0.0-preview.4
* Added .NET 8 target framework
* Enabled Trimming support
* Added SourceLink support

## Release 2024-05-22

### AWS.Logger.Core (3.3.3)
Expand Down

0 comments on commit 04572d1

Please sign in to comment.