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