Skip to content

Title of assembly renders oddly #197

@aphilpotts

Description

@aphilpotts

Using 2.1.1 beta, .NET Framework 4.6.1

Our assembly title is dotted

[assembly: AssemblyTitle("LI.AzureTool")]

Help text then renders with just the LI part of the name, like this

> .\LI.AzureTool.exe version
LI 6.3.0.0

I fixed that by changing the title to LIAzureTool

[assembly: AssemblyTitle("LIAzureTool")]

> .\LI.AzureTool.exe version
LIAzureTool 6.3.0.0

I am not sure if there is an easy way to override this in code, or indeed if this is expected behavior

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions