Added 32/64 info to version message.

This commit is contained in:
Matt Burke
2011-02-22 09:47:00 -05:00
parent 272ceb46cd
commit a2d6c4e7ff
+1
View File
@@ -64,6 +64,7 @@ namespace Sep.Git.Tfs
versionString += " " + GetType().Assembly.GetName().Version;
versionString += GetGitCommitForVersionString();
versionString += " (TFS client library " + tfsHelper.TfsClientLibraryVersion + ")";
versionString += " (" + (Environment.Is64BitProcess ? "64-bit" : "32-bit") + ")";
return versionString;
}