Skip to content

Commit c136b19

Browse files
release_2025-09-16
1 parent 4b7587a commit c136b19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Amazon Lambda .NET Core support - Logging ASP.NET Core package.</Description>
77
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.Logging.AspNetCore</AssemblyTitle>
9-
<Version>4.1.0</Version>
9+
<Version>4.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.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj

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

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

55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0;net10.0</TargetFrameworks>
7-
<Version>1.13.2</Version>
7+
<Version>1.13.3</Version>
88
<Description>Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes.</Description>
99
<AssemblyTitle>Amazon.Lambda.RuntimeSupport</AssemblyTitle>
1010
<AssemblyName>Amazon.Lambda.RuntimeSupport</AssemblyName>

0 commit comments

Comments
 (0)