Returns the largest assembly file version set by the task.
Namespace:
MSBuild.ExtensionPack.FrameworkAssembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 3.5.0.0 (3.5.4.0)
Remarks
Use this property to find out the largest assembly file version that was generated by the task. If only one assemblyinfo.* file was specified as an input, this will be the resulting assembly file version for that file. If more than one assemblyinfo.* file was specified, this will be the largest build number generated.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file this value is placed in MaxAssemblyFileVersion property after the UpdateAssemblyInfoFiles target is run.