I see in some pages and systems the build version.
I would like to show in a view the build version of my project in ASP.Net MVC
I see in some pages and systems the build version.
I would like to show in a view the build version of my project in ASP.Net MVC
I think this is all you want:
@typeof(SeuNamespace.MvcApplication).Assembly.GetName().Version