-
Most enterprise application soon or latter, have a requirement to trace out the version of a currently running application. This post shows few example, which demonstrates how to do this in .NET Core. var ver = Assembly .GetEntryAssembly().GetCustomAttribute< AssemblyInformationalVersionAttribute...