Skip to content

Commit 6f06f19

Browse files
Release 2024-11-20 (#1878)
* release_2024-11-20 * Update test app CloudFormation templates * Updated changelog
1 parent e7d8301 commit 6f06f19

File tree

15 files changed

+29
-71
lines changed

15 files changed

+29
-71
lines changed

.autover/changes/0051061b-e1cc-4f12-8fb0-852ac35c6b12.json

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

.autover/changes/1b19409c-0e77-4d90-a0f0-fdb9d45ba204.json

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

.autover/changes/2d313695-2697-463b-926f-f9186bb384e8.json

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

.autover/changes/5a533ad1-1760-475b-9ac4-69d53bf9ebf1.json

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

.autover/changes/86fe00ab-010e-42bd-a25b-4fe37a84a798.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release 2024-11-20
2+
3+
### Amazon.Lambda.PowerShellHost (3.0.2)
4+
* Update to latest version of Amazon.Lambda.Core
5+
### Amazon.Lambda.Logging.AspNetCore (3.1.1)
6+
* Update to latest version of Amazon.Lambda.Core
7+
### Amazon.Lambda.Annotations (1.6.1)
8+
* Update to latest version of Amazon.Lambda.Core
9+
### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.2)
10+
* Update to latest version of Amazon.Lambda.Core and Amazon.Lambda.RuntimeSupport
11+
### Amazon.Lambda.AspNetCoreServer (9.0.2)
12+
* Update to latest version of Amazon.Lambda.Core
13+
114
## Release 2024-11-18
215

316
### Amazon.Lambda.Core (2.5.0)

Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.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">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
@@ -19,7 +19,7 @@
1919
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2020
<IncludeBuildOutput>false</IncludeBuildOutput>
2121

22-
<Version>1.6.0</Version>
22+
<Version>1.6.1</Version>
2323
</PropertyGroup>
2424

2525
<!-- Delay setting the package id till after resolving dependencies to avoid ambigious errors. -->

Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.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">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<RootNamespace>Amazon.Lambda.Annotations</RootNamespace>
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
1212
<SignAssembly>true</SignAssembly>
1313

14-
<Version>1.6.0</Version>
14+
<Version>1.6.1</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">

Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

@@ -7,7 +7,7 @@
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
10-
<Version>1.7.1</Version>
10+
<Version>1.7.2</Version>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<AssemblyName>Amazon.Lambda.AspNetCoreServer.Hosting</AssemblyName>
1313
<PackageId>Amazon.Lambda.AspNetCoreServer.Hosting</PackageId>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<None Include="README.md" Pack="true" PackagePath="\"/>
21+
<None Include="README.md" Pack="true" PackagePath="\" />
2222
</ItemGroup>
2323

2424

Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

55
<PropertyGroup>
66
<Description>Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.</Description>
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.AspNetCoreServer</AssemblyTitle>
9-
<Version>9.0.1</Version>
9+
<Version>9.0.2</Version>
1010
<AssemblyName>Amazon.Lambda.AspNetCoreServer</AssemblyName>
1111
<PackageId>Amazon.Lambda.AspNetCoreServer</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda;aspnetcore</PackageTags>

Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

55
<PropertyGroup>
66
<Description>Amazon Lambda .NET Core support - Logging ASP.NET Core package.</Description>
77
<TargetFramework>netstandard2.0</TargetFramework>
88
<AssemblyTitle>Amazon.Lambda.Logging.AspNetCore</AssemblyTitle>
9-
<Version>3.1.0</Version>
9+
<Version>3.1.1</Version>
1010
<AssemblyName>Amazon.Lambda.Logging.AspNetCore</AssemblyName>
1111
<PackageId>Amazon.Lambda.Logging.AspNetCore</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda;Logging</PackageTags>

Libraries/src/Amazon.Lambda.PowerShellHost/Amazon.Lambda.PowerShellHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\..\buildtools\common.props" />
44

55
<PropertyGroup>
66
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
77
<Description>AWS Lambda PowerShell Host.</Description>
88
<AssemblyTitle>Amazon.Lambda.PowerShellHost</AssemblyTitle>
9-
<Version>3.0.1</Version>
9+
<Version>3.0.2</Version>
1010
<AssemblyName>Amazon.Lambda.PowerShellHost</AssemblyName>
1111
<PackageId>Amazon.Lambda.PowerShellHost</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda;PowerShell</PackageTags>

Libraries/test/TestExecutableServerlessApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.0.0).",
4+
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).",
55
"Parameters": {
66
"ArchitectureTypeParameter": {
77
"Type": "String",

Libraries/test/TestServerlessApp.NET8/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.6.0.0).",
4+
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).",
55
"Resources": {
66
"TestServerlessAppNET8FunctionsToUpperGenerated": {
77
"Type": "AWS::Serverless::Function",

Libraries/test/TestServerlessApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.0.0).",
4+
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.1.0).",
55
"Parameters": {
66
"ArchitectureTypeParameter": {
77
"Type": "String",

0 commit comments

Comments
 (0)