Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
In the CLI log files (linked to on aspire start / aspire run, you end up with two version numbers logged, but it's not exactly clear what is for what version.
[2026-05-04 14:46:39.243] [INFO] [Program] Version: 13.3.0+ee860bda2a0c813a9a07b26aa988ae7c279d5562
[2026-05-04 14:46:39.244] [INFO] [Program] Build ID: 13.300.26.25109
...
[2026-05-04 14:46:41.360] [INFO] [AppHost] info: Aspire.Hosting.DistributedApplication[0]
[2026-05-04 14:46:41.360] [INFO] [AppHost] Aspire version: 13.2.0+1b339b0aab41b049e8e0d21ed1a79596cf8b8509
Describe the solution you'd like
I suggest updating these to be very explicit e.g. Aspire CLI Version / Aspire AppHost version / Aspire SDK Version.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
In the CLI log files (linked to on
aspire start/aspire run, you end up with two version numbers logged, but it's not exactly clear what is for what version.Describe the solution you'd like
I suggest updating these to be very explicit e.g.
Aspire CLI Version/Aspire AppHost version/Aspire SDK Version.Additional context
No response