48 |
version = string.Format("{0}-release", version); |
version = string.Format("{0}-release", version); |
49 |
#endif |
#endif |
50 |
|
|
51 |
Console.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))); |
52 |
sw.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, fvi.FileVersion, GetAssemblyArchitecture(asm))); |
sw.WriteLine(string.Format(" {0} v{1}-{2}", pair.Key, version, GetAssemblyArchitecture(asm))); |
53 |
} |
} |
54 |
sw.Close(); |
sw.Close(); |
55 |
} |
} |