I know how to get individual file version numbers in to .cs files, eg
Code: Select all
/* $Author: tf $
* $Archive: (whatever) $
* $Revision: 38 $
* $Modtime: 2007-02-27 12:56:54+00:00 $
*/
Ideally I'll be able to fetch that in code so that it can be used inside the program itself, eg in a help->about dialogue.
That's worded terribly I know but it's nearly the end of the week, forgive me!
Thanks