zackasattackas / filever

Console application for obtaining the version information of an assembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filever

Console application for obtaining the version information of an assembly.

Command line usage

(Requires a reference to McMaster's fork of the CommandLineUtils Nuget package.)

C:\>filever --help
Gets the Version Info for a file.

Usage: filever [arguments] [options]

Arguments:
  file               The file to get the version information for.

Options:
  -pv|--product-ver  Optionally display the Product Version instead of the File Version.
  -a|--show-all      Displays all of the Version Info properties.
  -?|-h|--help       Show help information


About

Console application for obtaining the version information of an assembly.


Languages

Language:C# 100.0%