From c7e1e575dca3a467b98a44b52a75087915ab12cd Mon Sep 17 00:00:00 2001 From: yiabiten Date: Thu, 4 Oct 2018 21:05:54 +0100 Subject: [PATCH] Fix #197 --- src/CommandLine/Text/HeadingInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/Text/HeadingInfo.cs b/src/CommandLine/Text/HeadingInfo.cs index 286a1872..c8544546 100644 --- a/src/CommandLine/Text/HeadingInfo.cs +++ b/src/CommandLine/Text/HeadingInfo.cs @@ -57,7 +57,7 @@ public static HeadingInfo Default { var title = ReflectionHelper.GetAttribute() .MapValueOrDefault( - titleAttribute => Path.GetFileNameWithoutExtension(titleAttribute.Title), + titleAttribute => titleAttribute.Title, ReflectionHelper.GetAssemblyName()); var version = ReflectionHelper.GetAttribute() .MapValueOrDefault(