Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .autover/changes/4fa617cf-36b8-4ac7-a4e8-18e3aed7e9b2.json

This file was deleted.

18 changes: 0 additions & 18 deletions .autover/changes/be8e0154-524e-402e-bb5d-ab1a0c3dea95.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release 2025-04-29

### Amazon.Lambda.TestTool (0.10.2)
* Add SSO dependencies to support credential profiles that are using SSO
* Update version of AWS SDK for .NET to V4
### Amazon.Lambda.DynamoDBEvents.SDK.Convertor (2.0.0)
* Update to AWS SDK for .NET V4
### Amazon.Lambda.KinesisEvents (3.0.0)
* Update to AWS SDK for .NET V4

## Release 2025-04-25

### Amazon.Lambda.AspNetCoreServer (9.1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</AssemblyName>
<PackageId>Amazon.Lambda.DynamoDBEvents.SDK.Convertor</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - KinesisEvents package.</Description>
<AssemblyTitle>Amazon.Lambda.KinesisEvents</AssemblyTitle>
<Version>2.2.0</Version>
<Version>3.0.0</Version>
<AssemblyName>Amazon.Lambda.KinesisEvents</AssemblyName>
<PackageId>Amazon.Lambda.KinesisEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<Import Project="..\..\..\..\buildtools\common.props" />
<PropertyGroup>
Expand All @@ -15,7 +15,7 @@
<PackAsTool>true</PackAsTool>
<PackageId>Amazon.Lambda.TestTool</PackageId>
<ToolCommandName>dotnet-lambda-test-tool</ToolCommandName>
<Version>0.10.1</Version>
<Version>0.10.2</Version>
<NoWarn>NU5100</NoWarn>
<RollForward>Major</RollForward>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Loading