on Sat, 08 Feb 2003 12:44:25 +0900, Ian MacLean may have written: > Simon, > fyi there is another versioninfo task - written by John Lam in > NAntContrib. I haven't compared it to yours yet but it might be worth > looking at to see if there is some overlap. > > Ian
Hi Ian, John's task (correct me if I'm wrong) is for updating AssemblyInfo.cs files which are used for CLR style projects. The task that I've developed is for updating VERSIONINFO blocks in resource script files - those generally used for win32 projects such as myapp.rc or myapp.rc2. There is some overlap between the two (such as a simple class to hold major.minor.revision.build etc), but the actual function is different. With regards to the CVS task, I'm getting the impression that development on the #cvslib (on icsharpcode.com) has ceased, and that it's not really anywhere near complete. Can anyone confirm or deny this? Thanks, -- Simon Steele Programmers Notepad - http://www.sf.net/projects/pnotepad/ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
