Skip to content

Commit ddd2a6d

Browse files
Release 2025-07-15 (#2110)
* release_2025-07-15 * Updated changelog
1 parent 9bf4abd commit ddd2a6d

File tree

8 files changed

+12
-27
lines changed

8 files changed

+12
-27
lines changed

.autover/changes/4f6cf0ab-d0b7-4d9f-9200-d0508677596e.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.autover/changes/59fc680c-b674-4bf6-93f1-71c0ece84715.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

Blueprints/BlueprintDefinitions/vs2022/Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<Version>7.4.1</Version>
5+
<Version>7.5.0</Version>
66
<PackageId>Amazon.Lambda.Templates</PackageId>
77
<Title>AWS Lambda Templates</Title>
88
<Authors>Amazon Web Services</Authors>

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release 2025-07-15
2+
3+
### Amazon.Lambda.TestTool.BlazorTester (0.16.3)
4+
* Update to version 2.7.0 of Amazon.Lambda.Core
5+
### Amazon.Lambda.Templates (7.5.0)
6+
* Update package references including AWS SDK for .NET version to V4
7+
18
## Release 2025-07-14 #2
29

310
### Amazon.Lambda.TestTool (0.11.1)

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Amazon.Lambda.TestTool.BlazorTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Exe</OutputType>
77
<Description>A tool to help debug and test your .NET Core AWS Lambda functions locally.</Description>
88
<LangVersion>Latest</LangVersion>
9-
<Version>0.16.2</Version>
9+
<Version>0.16.3</Version>
1010
<Product>AWS .NET Lambda Test Tool</Product>
1111
<Copyright>Apache 2</Copyright>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Amazon.Lambda.TestTool.BlazorTester60-pack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<Description>A tool to help debug and test your .NET 6.0 AWS Lambda functions locally.</Description>
8-
<Version>0.16.2</Version>
8+
<Version>0.16.3</Version>
99
<Product>AWS .NET Lambda Test Tool</Product>
1010
<Copyright>Apache 2</Copyright>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Amazon.Lambda.TestTool.BlazorTester80-pack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<Description>A tool to help debug and test your .NET 8.0 AWS Lambda functions locally.</Description>
8-
<Version>0.16.2</Version>
8+
<Version>0.16.3</Version>
99
<Product>AWS .NET Lambda Test Tool</Product>
1010
<Copyright>Apache 2</Copyright>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Tools/LambdaTestTool/src/Amazon.Lambda.TestTool.BlazorTester/Amazon.Lambda.TestTool.BlazorTester90-pack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutputType>Exe</OutputType>
77
<Description>A tool to help debug and test your .NET 9.0 AWS Lambda functions locally.</Description>
8-
<Version>0.16.2</Version>
8+
<Version>0.16.3</Version>
99
<Product>AWS .NET Lambda Test Tool</Product>
1010
<Copyright>Apache 2</Copyright>
1111
<PackageTags>AWS;Amazon;Lambda</PackageTags>

0 commit comments

Comments
 (0)