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
11 changes: 0 additions & 11 deletions .autover/changes/4f6cf0ab-d0b7-4d9f-9200-d0508677596e.json

This file was deleted.

11 changes: 0 additions & 11 deletions .autover/changes/59fc680c-b674-4bf6-93f1-71c0ece84715.json

This file was deleted.

2 changes: 1 addition & 1 deletion Blueprints/BlueprintDefinitions/vs2022/Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>7.4.1</Version>
<Version>7.5.0</Version>
<PackageId>Amazon.Lambda.Templates</PackageId>
<Title>AWS Lambda Templates</Title>
<Authors>Amazon Web Services</Authors>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 2025-07-15

### Amazon.Lambda.TestTool.BlazorTester (0.16.3)
* Update to version 2.7.0 of Amazon.Lambda.Core
### Amazon.Lambda.Templates (7.5.0)
* Update package references including AWS SDK for .NET version to V4

## Release 2025-07-14 #2

### Amazon.Lambda.TestTool (0.11.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<OutputType>Exe</OutputType>
<Description>A tool to help debug and test your .NET Core AWS Lambda functions locally.</Description>
<LangVersion>Latest</LangVersion>
<Version>0.16.2</Version>
<Version>0.16.3</Version>
<Product>AWS .NET Lambda Test Tool</Product>
<Copyright>Apache 2</Copyright>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Description>A tool to help debug and test your .NET 6.0 AWS Lambda functions locally.</Description>
<Version>0.16.2</Version>
<Version>0.16.3</Version>
<Product>AWS .NET Lambda Test Tool</Product>
<Copyright>Apache 2</Copyright>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Description>A tool to help debug and test your .NET 8.0 AWS Lambda functions locally.</Description>
<Version>0.16.2</Version>
<Version>0.16.3</Version>
<Product>AWS .NET Lambda Test Tool</Product>
<Copyright>Apache 2</Copyright>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<Description>A tool to help debug and test your .NET 9.0 AWS Lambda functions locally.</Description>
<Version>0.16.2</Version>
<Version>0.16.3</Version>
<Product>AWS .NET Lambda Test Tool</Product>
<Copyright>Apache 2</Copyright>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Loading