Skip to content

Commit e3188cf

Browse files
committed
respond to comments
1 parent a55ce49 commit e3188cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.autover/changes/1c879063-ec4b-4330-80a2-3f2116812150.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Projects": [
33
{
44
"Name": "AWS.Deploy.CLI",
5-
"Type": "Patch",
5+
"Type": "Minor",
66
"ChangelogMessages": [
77
"Automatically deploy unsupported .NET versions using a self-contained build to Elastic Beanstalk"
88
]

src/AWS.Deploy.Orchestration/DeploymentBundleHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private void SwitchToSelfContainedBuildIfNeeded(Recommendation recommendation)
143143
if (retiredFrameworks.Contains(targetFramework))
144144
{
145145
_interactiveService.LogErrorMessage($"The version of .NET that you are targeting has reached its end-of-support and has been retired by Elastic Beanstalk");
146-
_interactiveService.LogInfoMessage($"Using self-contained publish to deploy your application on a newer Elastic Beanstalk platform with a supported version of .NET");
146+
_interactiveService.LogInfoMessage($"Using self-contained publish to include the out of support version of .NET used by this application with the deployment bundle");
147147
}
148148
else
149149
{

0 commit comments

Comments
 (0)