https://github.com/netcorext/netcorext.tools.assemblyinfo
https://github.com/netcorext/netcorext.tools.assemblyinfo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcorext/netcorext.tools.assemblyinfo
- Owner: NETCOREXT
- License: mit
- Created: 2022-05-27T03:58:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T03:43:54.000Z (over 2 years ago)
- Last Synced: 2025-07-19T10:43:43.128Z (12 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```