Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #355: update log message #356

Conversation

thegreatco
Copy link
Contributor

No description provided.

currentVersion,
latestVersion);
logger.LogInformation("Run `dotnet tool update WildernessLabs.Meadow.CLI --global` to update.");
logger.LogInformation("");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thegreatco NIT: rather than a
blank Log call, maybe add an Environment.NewLine() to the end of the dotnet tool message.

Copy link
Collaborator

@CartBlanche CartBlanche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CartBlanche CartBlanche merged commit fef23e3 into develop Sep 27, 2023
1 check passed
@CartBlanche CartBlanche deleted the 355-when-both-meadowcli-update-and-dfu-util-messages-are-displayed-it-can-be-confusing branch September 27, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When both Meadow.CLI update and dfu-util messages are displayed, it can be confusing...
2 participants