Skip to content

Commit 71b82fc

Browse files
Release 2024-11-26 (#350)
* release_2024-11-26 * Updated changelog
1 parent b8b53d1 commit 71b82fc

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

.autover/changes/5ce6e470-afe4-41e4-8945-ea5f9317d53d.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.autover/changes/8a5204e4-83ec-45ac-8c75-27512ae9cdf8.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2024-11-26
2+
3+
### Amazon.Lambda.Tools (5.12.1)
4+
* Updated message related to self-contained runtimes with lambda functions
5+
* 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.
6+
* 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.
7+
18
## Release 2024-11-18
29

310
### Amazon.Lambda.Tools (5.12.0)

src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
1616
<Product>AWS Lambda Tools for .NET CLI</Product>
1717
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
18-
<Version>5.12.0</Version>
18+
<Version>5.12.1</Version>
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<Content Include="Resources\build-lambda-zip.exe">

0 commit comments

Comments
 (0)