Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
When running a regular aspire app host, you get a log entry with the full version number
info: Aspire.Hosting.DistributedApplication[0]
Aspire version: 9.3.0-preview.1.25230.17+935f06b15acaa8068375d5507423aacdaaf1de52
Describe the solution you'd like
Should the CLI do something similar - particularly when running with --debug
. (Or possibly printing the version number in non debug mode if an error occurs?)
Additional context
No response