Skip to content

Commit 26a5d54

Browse files
Release 2025-07-30 (#392)
* release_2025-07-30 * Updated changelog
1 parent 67b3df2 commit 26a5d54

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.autover/changes/a4b5c0a2-7029-491b-90d1-12bba898c249.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2025-07-30
2+
3+
### Amazon.ElasticBeanstalk.Tools (4.4.1)
4+
* Fixed an ElasticBeanstalk deployment issue for Linux platform where Procfile was sometimes being generated with incorrect entrypoint when multiple runtimeconfig.json files were present.
5+
16
## Release 2025-06-13
27

38
### Amazon.Lambda.Tools (5.13.0)

src/Amazon.ElasticBeanstalk.Tools/Amazon.ElasticBeanstalk.Tools.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
<Import Project="..\..\buildtools\common.props" />
44

@@ -10,7 +10,7 @@
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>dotnet-eb</ToolCommandName>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>4.4.0</Version>
13+
<Version>4.4.1</Version>
1414
<AssemblyName>dotnet-eb</AssemblyName>
1515
<Authors>Amazon Web Services</Authors>
1616
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>

0 commit comments

Comments
 (0)