aver
is the dotnet tool for reading assembly information.
dotnet tool install --global aver
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.
There is no easy way to read assembly information without writing some code.