You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
It should print the version and just quit the program. We should print the assembly infomational version:
varassembly=typeof(Program).GetTypeInfo().Assembly;varassemblyInformationalVersionAttribute= assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>();// Print this version
assemblyInformationalVersionAttribute.InformationalVersion
The text was updated successfully, but these errors were encountered:
It should print the version and just quit the program. We should print the assembly infomational version:
The text was updated successfully, but these errors were encountered: