File tree 3 files changed +8
-14
lines changed
Libraries/src/Amazon.Lambda.Core
3 files changed +8
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ## Release 2024-11-06
2
+
3
+ ### Amazon.Lambda.Core (2.4.0)
4
+ * Removed RequiresPreviewFeatures attribute from parameterized logging APIs
5
+
1
6
## Release 2024-11-01
2
7
3
8
### Amazon.Lambda.TestTool.BlazorTester (0.15.3)
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\..\buildtools\common.props" />
4
4
5
5
<PropertyGroup >
6
6
<TargetFrameworks >netstandard2.0;net6.0;net8.0</TargetFrameworks >
7
7
<Description >Amazon Lambda .NET Core support - Core package.</Description >
8
8
<AssemblyTitle >Amazon.Lambda.Core</AssemblyTitle >
9
- <Version >2.3 .0</Version >
9
+ <Version >2.4 .0</Version >
10
10
<AssemblyName >Amazon.Lambda.Core</AssemblyName >
11
11
<PackageId >Amazon.Lambda.Core</PackageId >
12
12
<PackageTags >AWS;Amazon;Lambda</PackageTags >
13
13
<PackageReadmeFile >README.md</PackageReadmeFile >
14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <None Include =" README.md" Pack =" true" PackagePath =" \" />
17
+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
18
18
</ItemGroup >
19
19
20
20
<PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
You can’t perform that action at this time.
0 commit comments