Skip to content

leo-costa/asm-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Version

Dotnet tool to probe into assemblies and pull out different version information.

Installation

dotnet tool install -g asm-version

Usage

Retrieve assembly version.

asmver --type asm "path/to/assembly.dll"

Retrieve information version.

asmver --type info "path/to/assembly.dll"

Retrieve file version.

asmver --type file "path/to/assembly.dll"

About

Dotnet tool to display assembly versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages