Skip to content

Commit 63449c4

Browse files
authored
Update default version of Amazon.Lambda.TestTool to version 0.10.3 (#87)
1 parent 144be43 commit 63449c4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Aspire.Hosting.AWS",
5+
"Type": "Patch",
6+
"ChangelogMessages": [
7+
"Update default Amazon.Lambda.TestTool version to 0.10.3"
8+
]
9+
}
10+
]
11+
}

src/Aspire.Hosting.AWS/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ internal static class Constants
4646
/// <summary>
4747
/// The default version of Amazon.Lambda.TestTool that will be automatically installed
4848
/// </summary>
49-
internal const string DefaultLambdaTestToolVersion = "0.10.1";
49+
internal const string DefaultLambdaTestToolVersion = "0.10.3";
5050
}

0 commit comments

Comments
 (0)