Skip to content

NETCOREXT/Netcorext.Tools.AssemblyInfo

Repository files navigation

Netcorext.Tools.AssemblyInfo

Nuget

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages