1 write to Version
Microsoft.Deployment.DotNet.Releases (1)
ProductRelease.cs (1)
140
Version
= element.GetReleaseVersionOrDefault("release-version");
2 references to Version
Microsoft.Deployment.DotNet.Releases (2)
ProductRelease.cs (2)
19
private string DebuggerDisplay => $"Release {
Version
} (SDKs: {Sdks.Count}, Runtimes: {Runtimes.Count})";
58
public bool IsPreview => !string.IsNullOrWhiteSpace(
Version
.Prerelease);