Skip to content

Commit

Permalink
Fix #197
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiabiten committed Oct 4, 2018
1 parent 0158942 commit c7e1e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandLine/Text/HeadingInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static HeadingInfo Default
{
var title = ReflectionHelper.GetAttribute<AssemblyTitleAttribute>()
.MapValueOrDefault(
titleAttribute => Path.GetFileNameWithoutExtension(titleAttribute.Title),
titleAttribute => titleAttribute.Title,
ReflectionHelper.GetAssemblyName());
var version = ReflectionHelper.GetAttribute<AssemblyInformationalVersionAttribute>()
.MapValueOrDefault(
Expand Down

0 comments on commit c7e1e57

Please sign in to comment.