keyhub icon indicating copy to clipboard operation
keyhub copied to clipboard

Add 'Current application version' to website footer

Open florisrobbemont opened this issue 12 years ago • 1 comments

Get the current revision (MSBUILD Task?) during build and store it inside KeyHub.Web.dll. We can then display this on the site to keep track of the currently deployed version

florisrobbemont avatar Feb 22 '13 09:02 florisrobbemont

I do this already with ImageResizer: https://github.com/imazen/resizer/tree/master/tools/BuildTools

I edit AssemblyInfo.cs and change an assembly attribute to reference the git commit hash.

This is implemented in C#.

I'll help port/modify it once we know exactly how we want it implemented.

lilith avatar Feb 22 '13 09:02 lilith