Skip to content

Commit 044dcf0

Browse files
Release 2025-04-29 (#2057)
* release_2025-04-29 * Updated changelog
1 parent 0ab8039 commit 044dcf0

File tree

6 files changed

+15
-35
lines changed

6 files changed

+15
-35
lines changed

.autover/changes/4fa617cf-36b8-4ac7-a4e8-18e3aed7e9b2.json

-12
This file was deleted.

.autover/changes/be8e0154-524e-402e-bb5d-ab1a0c3dea95.json

-18
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Release 2025-04-29
2+
3+
### Amazon.Lambda.TestTool (0.10.2)
4+
* Add SSO dependencies to support credential profiles that are using SSO
5+
* Update version of AWS SDK for .NET to V4
6+
### Amazon.Lambda.DynamoDBEvents.SDK.Convertor (2.0.0)
7+
* Update to AWS SDK for .NET V4
8+
### Amazon.Lambda.KinesisEvents (3.0.0)
9+
* Update to AWS SDK for .NET V4
10+
111
## Release 2025-04-25
212

313
### Amazon.Lambda.AspNetCoreServer (9.1.0)

Libraries/src/Amazon.Lambda.DynamoDBEvents.SDK.Convertor/Amazon.Lambda.DynamoDBEvents.SDK.Convertor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</AssemblyName>
1010
<PackageId>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</PackageId>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>
12-
<Version>1.0.0</Version>
12+
<Version>2.0.0</Version>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<None Include="README.md" Pack="true" PackagePath="\" />

Libraries/src/Amazon.Lambda.KinesisEvents/Amazon.Lambda.KinesisEvents.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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;netcoreapp3.1;net8.0</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - KinesisEvents package.</Description>
88
<AssemblyTitle>Amazon.Lambda.KinesisEvents</AssemblyTitle>
9-
<Version>2.2.0</Version>
9+
<Version>3.0.0</Version>
1010
<AssemblyName>Amazon.Lambda.KinesisEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.KinesisEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj

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

33
<Import Project="..\..\..\..\buildtools\common.props" />
44
<PropertyGroup>
@@ -15,7 +15,7 @@
1515
<PackAsTool>true</PackAsTool>
1616
<PackageId>Amazon.Lambda.TestTool</PackageId>
1717
<ToolCommandName>dotnet-lambda-test-tool</ToolCommandName>
18-
<Version>0.10.1</Version>
18+
<Version>0.10.2</Version>
1919
<NoWarn>NU5100</NoWarn>
2020
<RollForward>Major</RollForward>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)