From b123dd72580c56d3fe17df95c26ae307815d9e4b Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 4 Apr 2025 17:20:01 +0000 Subject: [PATCH 1/2] release_2025-04-04 --- Blueprints/BlueprintDefinitions/vs2022/Templates.csproj | 2 +- .../src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Blueprints/BlueprintDefinitions/vs2022/Templates.csproj b/Blueprints/BlueprintDefinitions/vs2022/Templates.csproj index 404ef8199..8ad131386 100644 --- a/Blueprints/BlueprintDefinitions/vs2022/Templates.csproj +++ b/Blueprints/BlueprintDefinitions/vs2022/Templates.csproj @@ -2,7 +2,7 @@ Template - 7.4.0 + 7.4.1 Amazon.Lambda.Templates AWS Lambda Templates Amazon Web Services diff --git a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj index 1841f48fc..033c82be1 100644 --- a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj +++ b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj @@ -1,4 +1,4 @@ - + @@ -15,7 +15,7 @@ true Amazon.Lambda.TestTool dotnet-lambda-test-tool - 0.9.1 + 0.10.0 NU5100 Major README.md From fbdd3a743f304fd6ffaa196482697d2fe415174a Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 4 Apr 2025 17:21:02 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/961abe16-3efd-46df-b706-2b0b3bcca35d.json | 11 ----------- .../changes/e390422f-955d-4699-97cf-67725872e746.json | 11 ----------- CHANGELOG.md | 7 +++++++ 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 .autover/changes/961abe16-3efd-46df-b706-2b0b3bcca35d.json delete mode 100644 .autover/changes/e390422f-955d-4699-97cf-67725872e746.json diff --git a/.autover/changes/961abe16-3efd-46df-b706-2b0b3bcca35d.json b/.autover/changes/961abe16-3efd-46df-b706-2b0b3bcca35d.json deleted file mode 100644 index 37d88a440..000000000 --- a/.autover/changes/961abe16-3efd-46df-b706-2b0b3bcca35d.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Templates", - "Type": "Patch", - "ChangelogMessages": [ - "Update the AWS Message Processing Framework for .NET project template." - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/e390422f-955d-4699-97cf-67725872e746.json b/.autover/changes/e390422f-955d-4699-97cf-67725872e746.json deleted file mode 100644 index e71fd5f0e..000000000 --- a/.autover/changes/e390422f-955d-4699-97cf-67725872e746.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.TestTool", - "Type": "Minor", - "ChangelogMessages": [ - "Add SQS event source support" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ac30d7f..05a715428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2025-04-04 + +### Amazon.Lambda.Templates (7.4.1) +* Update the AWS Message Processing Framework for .NET project template. +### Amazon.Lambda.TestTool (0.10.0) +* Add SQS event source support + ## Release 2025-03-13 ### Amazon.Lambda.Annotations (1.7.0)