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