#1
|
|||
|
|||
Replace in File
First, please excuse my regex ingorance, but I am trying to use the regex function in the replace in file step to update the third element of a build number on a line within a text file. I have been able to get the match that I need, but I am looking for a way to replace a number with that number +1, and am having no muck.
Am I barking up the wrong tree here or am I just not getting the concept? Any assistance would be greatly appreciated. |
#2
|
|||
|
|||
If it's a version field in an AssemblyInfo. or .rc file, you can use the Make VS.NET action to increment.
http://www.visualbuild.com/Manual/vs...olutiontab.htm http://www.visualbuild.com/Manual/vsnetversionstab.htm Otherwise, see http://www.kinook.com/Forum/showthre...?threadid=1505 |
#3
|
|||
|
|||
It looks like the last option will work.
Thanks. |
|
|