3 references to Constants
Microsoft.Extensions.AI.Evaluation.Console (3)
Program.cs (1)
23
private const string Banner = $"{Name} ({ShortName}) version {
Constants
.Version}";
Telemetry\TelemetryConstants.cs (1)
135
: Path.Combine(homeDirectoryPath, ".dotnet", $"{
Constants
.Version}.aieval.dotnetFirstUseSentinel");
Telemetry\TelemetryHelper.cs (1)
55
[TelemetryConstants.PropertyNames.ProductVersion] =
Constants
.Version,