Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/a4b5c0a2-7029-491b-90d1-12bba898c249.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 2025-07-30

### Amazon.ElasticBeanstalk.Tools (4.4.1)
* Fixed an ElasticBeanstalk deployment issue for Linux platform where Procfile was sometimes being generated with incorrect entrypoint when multiple runtimeconfig.json files were present.

## Release 2025-06-13

### Amazon.Lambda.Tools (5.13.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

Expand All @@ -10,7 +10,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-eb</ToolCommandName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.4.0</Version>
<Version>4.4.1</Version>
<AssemblyName>dotnet-eb</AssemblyName>
<Authors>Amazon Web Services</Authors>
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
Expand Down