Regular expressions with MSBuild. Reading version numbers...

added by lukus7
10/2/2010 11:55:24 PM

1412 Views

I show how I recently used the MSBuild community tasks and a regular expression to read version numbers out of the AssemblyInfo.cs file into MSBuild properties.


1 comments

sdorman
10/3/2010 12:05:28 AM
Shows how to use the MSBuild Community Tasks RegexMatch and RegexReplace tasks.