How to set the Publish Version for ClickOnce app?

OK, I'm using the Publish ClickOnce action and it works great, except that in my application the Publish version isn't getting set to the correct version number like the application version is.

Where do I set the Publish Version number?  I know if I use the Visual Studio IDE I can enter it on the publish page, but didn't see where that option was in FB.

Thanks

Hi Paul,

As far as I know we don’t have a ‘Publish ClickOnce’ action, so I’m assuming that it’s a custom action that you’s have created. If the action uses MSBuild to do the building/publishing, you can set the publish version by passing the argument /property:ApplicationVersion=1.0.0.0 to MSBuild. Alternatively you can set the ‘ApplicationVersion’ in the csproj or vbproj project file.

Regards,
Paul.