From d4ae910cec888668d8b55c3d83c5c490f5e31b28 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 17 Oct 2024 13:08:48 +0000 Subject: [PATCH 1/2] Release 2024-10-17 --- .../Amazon.Extensions.Configuration.SystemsManager.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj b/src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj index cf82610..3417399 100644 --- a/src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj +++ b/src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj @@ -1,4 +1,4 @@ - + From 3fc8fa0a09624bf5abca99ed11f8ea0bff5124a3 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 17 Oct 2024 13:08:48 +0000 Subject: [PATCH 2/2] Updated changelog --- .autover/autover.json | 18 +++++++++--------- .../388041c1-4920-4e10-994a-a71a83e09f54.json | 13 ------------- CHANGELOG.md | 9 ++++++++- 3 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 .autover/changes/388041c1-4920-4e10-994a-a71a83e09f54.json diff --git a/.autover/autover.json b/.autover/autover.json index cc1cdd2..3bbd570 100644 --- a/.autover/autover.json +++ b/.autover/autover.json @@ -1,11 +1,11 @@ { - "Projects": [ - { - "Name": "Amazon.Extensions.Configuration.SystemsManager", - "Path": "src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj" - } - ], - "UseCommitsForChangelog": false, - "DefaultIncrementType": "Patch", - "ChangeFilesDetermineIncrementType": true + "Projects": [ + { + "Name": "Amazon.Extensions.Configuration.SystemsManager", + "Path": "src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj" + } + ], + "UseCommitsForChangelog": false, + "DefaultIncrementType": "Patch", + "ChangeFilesDetermineIncrementType": true } \ No newline at end of file diff --git a/.autover/changes/388041c1-4920-4e10-994a-a71a83e09f54.json b/.autover/changes/388041c1-4920-4e10-994a-a71a83e09f54.json deleted file mode 100644 index 5c7b1fa..0000000 --- a/.autover/changes/388041c1-4920-4e10-994a-a71a83e09f54.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.Configuration.SystemsManager", - "Type": "Major", - "ChangelogMessages": [ - "Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4", - "Marked project as trimmable", - "Added SourceLink support" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e0ba1..a47b79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## Release 2024-10-15 +## Release 2024-10-17 + +### Amazon.Extensions.Configuration.SystemsManager (7.0.0-preview.1) +* Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4 +* Marked project as trimmable +* Added SourceLink support + +## Release 2024-10-15 ### Amazon.Extensions.Configuration.SystemsManager (6.2.2) * Update System.Text.Json for .NET Standard 2.0 target to version 8.0.5.