An open API service indexing awesome lists of open source software.

https://github.com/netcorext/netcorext.tools.assemblyinfo


https://github.com/netcorext/netcorext.tools.assemblyinfo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Netcorext.Tools.AssemblyInfo

[![Nuget](https://img.shields.io/nuget/v/Netcorext.Tools.AssemblyInfo)](https://www.nuget.org/packages/Netcorext.Tools.AssemblyInfo)

```shell
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.
```