dotnet-versioninfo
1.0.2
Display version information of .NET Core assemblies
dotnet tool install --global dotnet-versioninfo --version 1.0.2
This package contains a .NET Core Global Tool you can call from the shell/command line.
$ versioninfo -h
Display version information of .NET Core assemblies.
Usage: versioninfo [arguments] [options]
Arguments:
Pattern Glob pattern [default: **/*.dll]
Options:
-r|--relative Show relative paths in the results
-j|--json Format the results as JSON
-v|--version Display the version of this tool and then exit
-?|-h|--help Show help information
$ versioninfo -h
Display version information of .NET Core assemblies.
Usage: versioninfo [arguments] [options]
Arguments:
Pattern Glob pattern [default: **/*.dll]
Options:
-r|--relative Show relative paths in the results
-j|--json Format the results as JSON
-v|--version Display the version of this tool and then exit
-?|-h|--help Show help information
Dependencies
-
.NETCoreApp 2.1
- No dependencies.