--- trunk/MSBuild_CurrentVersion/Program.cs 2012/05/28 10:08:44 182 +++ trunk/MSBuild_CurrentVersion/Program.cs 2012/05/28 10:14:03 183 @@ -48,8 +48,8 @@ version = string.Format("{0}-release", version); #endif - Console.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, fvi.FileVersion, GetAssemblyArchitecture(asm))); - sw.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, fvi.FileVersion, GetAssemblyArchitecture(asm))); + Console.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, version, GetAssemblyArchitecture(asm))); + sw.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, version, GetAssemblyArchitecture(asm))); } sw.Close(); }