From c7737473aff90f1cf103fd5356e51888fbcc24ca Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Thu, 19 Dec 2024 10:22:23 -0800 Subject: [PATCH] Add change file for PR https://github.com/aws/aws-extensions-for-dotnet-cli/pull/355 --- .../changes/d421abba-4276-4562-b94a-486d22d5c90d.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .autover/changes/d421abba-4276-4562-b94a-486d22d5c90d.json diff --git a/.autover/changes/d421abba-4276-4562-b94a-486d22d5c90d.json b/.autover/changes/d421abba-4276-4562-b94a-486d22d5c90d.json new file mode 100644 index 00000000..8dc76c6c --- /dev/null +++ b/.autover/changes/d421abba-4276-4562-b94a-486d22d5c90d.json @@ -0,0 +1,11 @@ +{ + "Projects": [ + { + "Name": "Amazon.Lambda.Tools", + "Type": "Patch", + "ChangelogMessages": [ + "Fixed issue when evaluating MSBuild properties like 'PublishAot' to include settings made in the aws-lambda-tools-defaults.json" + ] + } + ] +} \ No newline at end of file