1 write to AssemblyVersion
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
66set { _mc.AssemblyVersion = value; }
5 references to AssemblyVersion
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
2655if (!VersionHelper.TryParseAssemblyVersion(AssemblyVersion, allowWildcard: true, version: out _, out bool hasWildcard) 2656&& !string.IsNullOrWhiteSpace(AssemblyVersion)) 2658throw new AssemblyVersionParseException(SR.Format(SR.InvalidAssemblyVersion, AssemblyVersion)); 2670string version = hasWildcard || String.IsNullOrEmpty(AssemblyVersion) 2672: COMPONENT_DELIMITER + VER + AssemblyVersion;