How to use Version Info with Incredibuild

Is there a way I can use the Property Sets to update the version info with the Incredibuld plugin?

Please see the attached image for the VS.Net Solution page I wish to use with Incredibuild.

Thanks,
Martin.

The trick is to use the assemblyinfo update action with the property set. Then after this the assembly information will have the new version information, which incredibuild will pick up.

Note that you will need to update all the assembly info files located in the project you wish to build.

Thanks Jason.
That did the trick just fine.