1 write to ProductVersion
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
837
ProductVersion
= "1.0.0",
9 references to ProductVersion
Microsoft.DotNet.Build.Tasks.Feed (2)
src\BuildModelFactory.cs (2)
276
!string.Equals(refIdentity.
ProductVersion
, identity.
ProductVersion
, StringComparison.OrdinalIgnoreCase) ||
Microsoft.DotNet.Build.Tasks.Feed.Tests (2)
BuildModelFactoryTests.cs (2)
889
result.Identity.
ProductVersion
.Should().Be(buildIdentityA.
ProductVersion
);
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\BuildIdentity.cs (5)
27
nameof(
ProductVersion
),
53
get { return Attributes.GetOrDefault(nameof(
ProductVersion
)); }
54
set { Attributes[nameof(
ProductVersion
)] = value; }
236
if (!string.IsNullOrEmpty(
ProductVersion
))
238
s += $" {
ProductVersion
}";