Re: [Nant-users] Changing configuration files with nant

2005-06-02 Thread Ian MacLean
] Changing configuration files with nant Susantha Kumara wrote: Hi all, I use nant to build a C# .Net application which is dependent on an external set of .Net assemblies. Each new release of these set of external assemblies has slightly different assembly names ( Ex : mylib-0.8.335.dll

RE: [Nant-users] Changing configuration files with nant

2005-06-02 Thread Susantha Kumara
application. Thanks & Regards, Susantha. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:13 PM To: Susantha Kumara Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Changing configuration files with nant Susantha Kumara w

Re: [Nant-users] Changing configuration files with nant

2005-06-02 Thread Ian MacLean
Susantha Kumara wrote: Hi all, I use nant to build a C# .Net application which is dependent on an external set of .Net assemblies. Each new release of these set of external assemblies has slightly different assembly names ( Ex : mylib-0.8.335.dll --> mylib-0.8.347.dll ). So at the moment