On Tue, 2003-10-21 at 07:11, Giuseppe Greco wrote:
Hi all,

How can I update <AssemblyVersion> in the <AssemblyInfo>
element automatically?

For instance, the first time I run update.exe,
<AssemblyVersion> is set to the same value as in the
AssemblyInfo.cs file... but subsequent updates don't
modify <AssemblyVersion> anymore.
You could probably run the files through sed like:

for file in *.xml; do
    sed s/0.0.0.0/1.1.1.1/g < $file > $file.xml.new;
done;

or something similar.

Is this the desired behavior, or is it a bug?
Im not sure, but I think it would be a bug. Talk a little with Duncan about it.

Thanks,
Gius_.


----------------------------------------
Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:    www.agamura.com
----------------------------------------
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
-- 
Martin Willemoes Hansen

--------------------------------------------------------
E-Mail	[EMAIL PROTECTED]	Website	mwh.sysrq.dk
IRC     MWH, freenode.net
--------------------------------------------------------               

Reply via email to