Skip to content

Commit c8ee7bd

Browse files
Release 2026-02-18 (#2287)
1 parent 70a47b0 commit c8ee7bd

File tree

4 files changed

+7
-25
lines changed

4 files changed

+7
-25
lines changed

.autover/changes/27264eba-d94e-4190-a5ab-91c895db6b45.json

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

.autover/changes/e84bcfae-d83c-49bc-8841-4ed8c61f1271.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release 2026-02-18
22

3+
### Amazon.Lambda.TestTool (0.13.0)
4+
* Add support for configuring HTTPS endpoints for the Lambda UI emulator and API Gateway emulator
5+
* Add .NET 10 build target
6+
* Update to latest versions of the AWS SDK for .NET
7+
38
### AWSLambdaPSCore PowerShell Module (5.0.0)
49
* Updated to target the .NET 10 Lambda runtime
510

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

Lines changed: 2 additions & 2 deletions
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.12.0</Version>
18+
<Version>0.13.0</Version>
1919
<NoWarn>NU5100</NoWarn>
2020
<RollForward>Major</RollForward>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)