* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.

This commit is contained in:
lbsa71
2009-02-19 14:51:33 +00:00
parent 40d88ce905
commit 5af465a364
23 changed files with 31 additions and 31 deletions

View File

@@ -55,4 +55,4 @@ using System.Runtime.InteropServices;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("1.0.*")]
[assembly : AssemblyVersion("1.0.0.0")]