Skip to content

Commit

Permalink
Release 2024-11-26 (#350)
Browse files Browse the repository at this point in the history
* release_2024-11-26

* Updated changelog
  • Loading branch information
aws-sdk-dotnet-automation authored Nov 27, 2024
1 parent b8b53d1 commit 71b82fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json

This file was deleted.

12 changes: 0 additions & 12 deletions .autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<Product>AWS Lambda Tools for .NET CLI</Product>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<Version>5.12.0</Version>
<Version>5.12.1</Version>
</PropertyGroup>
<ItemGroup>
<Content Include="Resources\build-lambda-zip.exe">
Expand Down

0 comments on commit 71b82fc

Please sign in to comment.