Fb5 setting web deployment version

Using FB5 how can I set the version number for a web deployment project in my vs2008 solution?

I am currently using the "Build VS.Net Solution" action to build my project, and while it is successfully setting the Class Library assemblyInfo.cs files, the deployment project is untouched.

Suggestions?

Thanks,

Alex

Hi Alex,

If the web project you’re building is a web application project (not web site project) then you should be able to use the AssemblyInfo Updater action to update the project’s version. If the project is a web site and you need to set the version of the merged assemblies then you’ll need to edit the deployment project’s ‘wdproj’ file directly using the XML actions.

Regards,
Paul.