Skip to content

Commit 54e87af

Browse files
authored
Update Amazon.Lambda.Templates version for release (#1643)
* Update Amazon.Lambda.Templates version for release * test: Fix test that was asserting against error message after #1638 fixed typos.
1 parent 940ac19 commit 54e87af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Blueprints/BlueprintDefinitions/vs2022/template.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Amazon.Lambda.Templates</id>
5-
<version>6.15.0</version>
5+
<version>6.15.1</version>
66
<authors>Amazon Web Services</authors>
77
<tags>AWS Amazon Lambda</tags>
88
<description>AWS Lambda templates for Microsoft Template Engine accessible with the dotnet CLI's new command</description>

Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/SourceGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ public async Task ComplexQueryParameters_AreNotSupported()
11471147
ExpectedDiagnostics =
11481148
{
11491149
DiagnosticResult.CompilerError("AWSLambda0109").WithSpan($"TestServerlessApp{Path.DirectorySeparatorChar}ComplexQueryParameter.cs", 11, 9, 16, 10)
1150-
.WithMessage("Unsupported query paramter 'person' of type 'TestServerlessApp.Person' encountered. Only primitive .NET types and their corresponding enumerables can be used as query parameters.")
1150+
.WithMessage("Unsupported query parameter 'person' of type 'TestServerlessApp.Person' encountered. Only primitive .NET types and their corresponding enumerable can be used as query parameters.")
11511151
},
11521152
ReferenceAssemblies = ReferenceAssemblies.Net.Net60
11531153
}

0 commit comments

Comments
 (0)