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/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/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) 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