Skip to content

Commit eec92d1

Browse files
Release 2024-11-06 (#1863)
1 parent 8fefcd7 commit eec92d1

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json

-11
This file was deleted.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2024-11-06
2+
3+
### Amazon.Lambda.Core (2.4.0)
4+
* Removed RequiresPreviewFeatures attribute from parameterized logging APIs
5+
16
## Release 2024-11-01
27

38
### Amazon.Lambda.TestTool.BlazorTester (0.15.3)

Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - Core package.</Description>
88
<AssemblyTitle>Amazon.Lambda.Core</AssemblyTitle>
9-
<Version>2.3.0</Version>
9+
<Version>2.4.0</Version>
1010
<AssemblyName>Amazon.Lambda.Core</AssemblyName>
1111
<PackageId>Amazon.Lambda.Core</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<None Include="README.md" Pack="true" PackagePath="\"/>
17+
<None Include="README.md" Pack="true" PackagePath="\" />
1818
</ItemGroup>
1919

2020
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)