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
Using 2.1.1 beta, .NET Framework 4.6.1
Our assembly title is dotted
Help text then renders with just the LI part of the name, like this
I fixed that by changing the title to LIAzureTool
I am not sure if there is an easy way to override this in code, or indeed if this is expected behavior