3 references to GetInformationalVersion
Aspire.Dashboard (3)
DashboardWebApplication.cs (1)
621
if (AssemblyVersionHelper.
GetInformationalVersion
(typeof(DashboardWebApplication).Assembly) is { Length: > 0 } informationalVersion)
ServiceClient\DashboardClient.cs (1)
1205
var informationalVersion = Shared.AssemblyVersionHelper.
GetInformationalVersion
(typeof(DashboardClient).Assembly);
Telemetry\DashboardTelemetryService.cs (1)
28
{ TelemetryPropertyKeys.DashboardVersion, new AspireTelemetryProperty(AssemblyVersionHelper.
GetInformationalVersion
(typeof(DashboardWebApplication).Assembly)) },