We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0158942 commit c7e1e57Copy full SHA for c7e1e57
src/CommandLine/Text/HeadingInfo.cs
@@ -57,7 +57,7 @@ public static HeadingInfo Default
57
{
58
var title = ReflectionHelper.GetAttribute<AssemblyTitleAttribute>()
59
.MapValueOrDefault(
60
- titleAttribute => Path.GetFileNameWithoutExtension(titleAttribute.Title),
+ titleAttribute => titleAttribute.Title,
61
ReflectionHelper.GetAssemblyName());
62
var version = ReflectionHelper.GetAttribute<AssemblyInformationalVersionAttribute>()
63
0 commit comments