Code sample for this is available here! https://github.com/lancelarsen/AutoVersionInFooter So in days long ago… for ASP.NET websites we were able to set a parameter in our AssemblyInfo.cs to [assembly: AssemblyVersion(“1.0.*”)] — this allowed for auto incrementation of the version number when…
