AssemblyInfo Updater: RevisionVersion only

Hello,

 is it possible to just update the 4th digit of the AssemblyInfo.cs?

Right now zeros are being put in if I don't supply them:

[assembly: AssemblyFileVersion("0.0.0.5670")]

 We have Major and Minor hard coded and I would like to leave them the same.

Thanks,

Dave

No, the assembly info updater action is designed to rewrite the whole attribute. It doesn’t have any specific knowledge of particular attributes, it doesn’t just deal with version attributes. Use the Text Find/Replace action with regular expressions to achieve what you need.