Skip to content

Commit 55993c2

Browse files
committed
Show Major.Minor.Build version on AboutBox.
1 parent d55222b commit 55993c2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Menees.Common/Shell/ShellUtility.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ public static string GetVersionInfo(Assembly assembly)
9494
if (displayVersion.Revision == 0)
9595
{
9696
versionFieldsToDisplay--;
97-
if (displayVersion.Build == 0)
98-
{
99-
versionFieldsToDisplay--;
100-
}
10197
}
10298

10399
sb.Append(displayVersion.ToString(versionFieldsToDisplay));

0 commit comments

Comments
 (0)