5 references to ProductVersion
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\BuildIdentity.cs (5)
25
nameof(
ProductVersion
),
51
get { return Attributes.GetOrDefault(nameof(
ProductVersion
)); }
52
set { Attributes[nameof(
ProductVersion
)] = value; }
140
if (!string.IsNullOrEmpty(
ProductVersion
))
142
s += $" {
ProductVersion
}";