4 writes to OutputVersion
Microsoft.Build.Tasks.Core (4)
FormatVersion.cs (4)
48
OutputVersion
= "1.0.0.0";
52
OutputVersion
= Version.Substring(0, Version.Length - 1) + Revision.ToString("G", CultureInfo.InvariantCulture);
56
OutputVersion
= Version;
61
OutputVersion
= OutputVersion.Replace('.', '_');
1 reference to OutputVersion
Microsoft.Build.Tasks.Core (1)
FormatVersion.cs (1)
61
OutputVersion =
OutputVersion
.Replace('.', '_');