The AssemblyVersion and AssemblyFileVersion attributes are the built-in way of handling version numbers for .NET assemblies. While the framework provides the ability to have the
We tend to embed the release (or build) date into the assembly. For example if built today the version would be "2008.10.06" (the build script updates it).