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 I have to change the build.xml files manually to reflect the assembly name changes (and some of the settings in the app.config in the deployment as well ).

 

Is there any way that I could do this using nant by itself so that I would change the new version number (or what ever the new suffix) in one place and all the build.xml files and any configuration files will be changed automatically?

 

Your help is greatly appreciated.

 

Thanks,

 

Susantha.

 

Reply via email to