5 references to Version
Microsoft.DotNet.Build.Tasks.Workloads (5)
Metadata.cs (1)
54
public static readonly string Version = nameof(
Version
);
Msi\MsiBase.wix.cs (1)
235
msiItem.SetMetadata(Workloads.Metadata.
Version
, $"{Metadata.MsiVersion}");
Swix\MsiSwixProject.wix.cs (1)
67
string chip = null, string machineArch = null, string productArch = null, bool outOfSupport = false) : base(msi.GetMetadata(Metadata.SwixPackageId), new Version(msi.GetMetadata(Metadata.
Version
)), baseIntermediateOutputPath, baseOutputPath, outOfSupport)
Swix\SwixComponent.cs (2)
162
Version componentVersion = resourceItem != null && !string.IsNullOrWhiteSpace(resourceItem.GetMetadata(Metadata.
Version
)) ?
163
new Version(resourceItem.GetMetadata(Metadata.
Version
)) :