AssemblyInfo.MaxAssemblyVersion Property

MSBuild Extension Pack

AssemblyInfoMaxAssemblyVersion Property MSBuild Extension Pack Help 4.0.12.0
Returns the largest assembly version set by the task.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

Use this property to find out the largest assembly version that was generated by the task. If only one assemblyinfo.* file was specified as an input, this will be the resulting assembly 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 MaxAssemblyVersion property after the UpdateAssemblyInfoFiles target is run.

See Also

Reference