Skip to content

Commit

Permalink
Release 2025-01-31 #2 (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation authored Jan 31, 2025
1 parent bb42882 commit 8c1705f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .autover/changes/a7585946-235a-49be-ad11-12ffb0a89232.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 2025-01-31 #2

### Amazon.Lambda.TestTool.BlazorTester (0.16.1)
* Update AWS dependencies. This address issues when attempting to use SnapStart APIs from Amazon.Lambda.Core in Lambda functions.

## Release 2025-01-31

### Amazon.Lambda.TestTool (0.0.1-preview)
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.0</Version>
<Version>0.16.1</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.0</Version>
<Version>0.16.1</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.0</Version>
<Version>0.16.1</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.0</Version>
<Version>0.16.1</Version>
<Product>AWS .NET Lambda Test Tool</Product>
<Copyright>Apache 2</Copyright>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down

0 comments on commit 8c1705f

Please sign in to comment.