wangjia184 / assembly-version

dotnet tool for reading assembly information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aver

Build Status

aver is the dotnet tool for reading assembly information.

Installation

dotnet tool install --global aver

How To Use

USAGE: aver.exe [--help] [--assembly] [--product] [--file] [--all] [<string>]
PATH:

  <string>          Path to the assembly (by default only assembly version is printed)
  
OPTIONS:
  
  --assembly, -a    Print assembly version
  --product, -p     Print product version
  --file, -f        Print file version
  --filename, -n    Print file name 
  --all, -a         Print whole assembly info
  --help            display this list of options.

Why?

There is no easy way to read assembly information without writing some code.

About

dotnet tool for reading assembly information

License:MIT License


Languages

Language:F# 94.2%Language:Shell 3.1%Language:C# 1.7%Language:Batchfile 1.0%