Skip to content

Commit

Permalink
Release 2024-11-06 (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation authored Nov 6, 2024
1 parent 8fefcd7 commit eec92d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 2024-11-06

### Amazon.Lambda.Core (2.4.0)
* Removed RequiresPreviewFeatures attribute from parameterized logging APIs

## Release 2024-11-01

### Amazon.Lambda.TestTool.BlazorTester (0.15.3)
Expand Down
6 changes: 3 additions & 3 deletions Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - Core package.</Description>
<AssemblyTitle>Amazon.Lambda.Core</AssemblyTitle>
<Version>2.3.0</Version>
<Version>2.4.0</Version>
<AssemblyName>Amazon.Lambda.Core</AssemblyName>
<PackageId>Amazon.Lambda.Core</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

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

0 comments on commit eec92d1

Please sign in to comment.