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