Netcorext.Tools.AssemblyInfo Usage: dotnet asm-info PATH-TO-ASSEMBLY Usage: dotnet asm-info PATH-TO-ASSEMBLY [OPTIONS] path-to-assembly: The path to an application .dll file to execute. Options: -n, --name Display the assembly name. -v, --version Display the assembly version. -fv, --fileVersion Display the assembly file version. -c, --configuration Display the assembly configuration. -d, --description Display the assembly description. -s, --simple Display with simple format (without field name, tab-delimited string). -?, -h, --help Display help.