Posted By:
Subba_Rawi
Posted On:
Thursday, January 19, 2006 01:44 PM
I am trying to replace certain version information in .net AssemblyInfo.vb file. My line looks like this. I have to replace the numbers inside quotes. I tried some ways, but it did not work.
Here is what I tried.
1)
" replace="5.1.36")>"/>
2)
" value="5.1.36")>"/>
Thank you.