From 71b82fc664b0321020bc816af4d6dd3c66c8d838 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation <43080735+aws-sdk-dotnet-automation@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:31:26 -0500 Subject: [PATCH] Release 2024-11-26 (#350) * release_2024-11-26 * Updated changelog --- .../5ce6e470-afe4-41e4-8945-ea5f9317d53d.json | 11 ----------- .../8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json | 12 ------------ CHANGELOG.md | 7 +++++++ src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj | 2 +- 4 files changed, 8 insertions(+), 24 deletions(-) delete mode 100644 .autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json delete mode 100644 .autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json diff --git a/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json b/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json deleted file mode 100644 index 7010462..0000000 --- a/.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Tools", - "Type": "Patch", - "ChangelogMessages": [ - "Updated message related to self-contained runtimes with lambda functions" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json b/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json deleted file mode 100644 index 7f8d57f..0000000 --- a/.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Tools", - "Type": "Patch", - "ChangelogMessages": [ - "Update logic for finding project properties to use MSBuild instead of parsing the project file directly. See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022 for more details.", - "Fix 'SelfContained' property reading logic to actually read the value from the properties. Previously we were only checking that the value could be parsed and not reading the actual value." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba60c1..a67173d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2024-11-26 + +### Amazon.Lambda.Tools (5.12.1) +* Updated message related to self-contained runtimes with lambda functions +* Update logic for finding project properties to use MSBuild instead of parsing the project file directly. See https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022 for more details. +* Fix 'SelfContained' property reading logic to actually read the value from the properties. Previously we were only checking that the value could be parsed and not reading the actual value. + ## Release 2024-11-18 ### Amazon.Lambda.Tools (5.12.0) diff --git a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj index c53fe76..fa6e7fd 100644 --- a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj +++ b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj @@ -15,7 +15,7 @@ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. AWS Lambda Tools for .NET CLI false - 5.12.0 + 5.12.1