The current build identifier is essentially the build time.
Draco.NET should support other kinds of build identifiers
including:
- An incrementing number
- A incrementing version string that would ideally match
the version number of the main assembly
Logged In: YES
user_id=956382
Maybe a build.number file similar to what might be used with
NAnt?
Might be better to leave the incrementing up to the build tool
(NAnt script?) but at a minimum it would be nice to have
some way of passing a build.number into Draco so that Draco
could use it for build ID and for notifications.