diff --git a/.autover/autover.json b/.autover/autover.json index 13aa4d2..863f14d 100644 --- a/.autover/autover.json +++ b/.autover/autover.json @@ -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 } \ No newline at end of file diff --git a/.autover/changes/feba6e15-050a-4074-98cb-c863092d9e69.json b/.autover/changes/feba6e15-050a-4074-98cb-c863092d9e69.json deleted file mode 100644 index c49a066..0000000 --- a/.autover/changes/feba6e15-050a-4074-98cb-c863092d9e69.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Logger.AspNetCore", - "Type": "Major", - "ChangelogMessages": [ - "Updated .NET SDK project references to 4.0.0-preview.4", - "Added .NET 8 target framework", - "Enabled Trimming support", - "Added SourceLink support" - ] - }, - { - "Name": "AWS.Logger.Core", - "Type": "Major", - "ChangelogMessages": [ - "Updated .NET SDK project references to 4.0.0-preview.4", - "Added .NET 8 target framework", - "Enabled Trimming support", - "Added SourceLink support" - ] - }, - { - "Name": "AWS.Logger.Log4net", - "Type": "Major", - "ChangelogMessages": [ - "Updated .NET SDK project references to 4.0.0-preview.4", - "Added .NET 8 target framework", - "Enabled Trimming support", - "Added SourceLink support" - ] - }, - { - "Name": "AWS.Logger.SeriLog", - "Type": "Major", - "ChangelogMessages": [ - "Updated .NET SDK project references to 4.0.0-preview.4", - "Added .NET 8 target framework", - "Enabled Trimming support", - "Added SourceLink support" - ] - }, - { - "Name": "NLog.AWS.Logger", - "Type": "Major", - "ChangelogMessages": [ - "Updated .NET SDK project references to 4.0.0-preview.4", - "Added .NET 8 target framework", - "Enabled Trimming support", - "Added SourceLink support" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb5a68..cb194be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)