Skip to content

Releases: aws/aws-extensions-for-dotnet-cli

Release 2025-12-17

17 Dec 16:34

Choose a tag to compare

Release 2025-12-17

Amazon.Lambda.Tools (6.0.3)

  • When building container images fallback to docker build if the buildx plugin is not available

Release 2025-12-16

16 Dec 17:37

Choose a tag to compare

Release 2025-12-16

Amazon.ECS.Tools (4.0.1)

  • Re-enable JSON comment support in the config file after support was removed in version 4.0.0

Amazon.ElasticBeanstalk.Tools (5.0.1)

  • Re-enable JSON comment support in the config file after support was removed in version 5.0.0

Amazon.Lambda.Tools (6.0.2)

  • Re-enable JSON comment support in the config file after support was removed in version 6.0.0

Release 2025-12-15

15 Dec 20:38

Choose a tag to compare

Release 2025-12-15

Amazon.Lambda.Tools (6.0.1)

  • Fix null pointer issue when deploying or package with a CloudFormation template and specifying a config file
  • Fix issue with package command where the value of an incorrectly named switch would get mistaken for the output package name

Release 2025-12-12 #2

12 Dec 18:39

Choose a tag to compare

Release 2025-12-12 #2

Amazon.ECS.Tools (4.0.0)

  • Updated to V4 of the AWS SDK for .NET
  • Updated the minimum requirement from .NET Core 3.1 to .NET 6

Amazon.ElasticBeanstalk.Tools (5.0.0)

  • Updated to V4 of the AWS SDK for .NET
  • Updated the minimum requirement from .NET Core 3.1 to .NET 6

Amazon.Lambda.Tools (6.0.0)

  • Updated to V4 of the AWS SDK for .NET
  • Updated the minimum requirement from .NET Core 3.1 to .NET 6
  • Fixed 'The image manifest or layer media type for the source image is not supported.' issue when container image was built for a Lambda function by adding the '--provenance=false' switch for the docker buildx command
  • Add support for packaging and deploying C# file-based Lambda functions

Release 2025-11-18

18 Nov 20:20

Choose a tag to compare

Release 2025-11-18

Amazon.Lambda.Tools (5.13.2)

  • Fix: Use function architecture to determine artifact path instead of hardcoded 'x64'.

Release 2025-11-10

12 Nov 15:03

Choose a tag to compare

Release 2025-11-10

Amazon.Lambda.Tools (5.13.1)

  • Add support for solutions migrated to slnx

Release 2025-07-30

30 Jul 18:49

Choose a tag to compare

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

13 Jun 03:21

Choose a tag to compare

Release 2025-06-13

Amazon.Lambda.Tools (5.13.0)

  • Add container build support for .NET 9. This allows Native AOT .NET 9 Lambda function builds.