For my private tools I use the following file version code in the csproj
file
<Version>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmm"))</Version>
<FileVersion>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmm"))</FileVersion>
But two weeks ago I set up my new computer and re-installed Visual Studio. Since then this does not work anymore. The file version remains 0.0.0.0
Am I missing some C++
component in Visual Studio for this to work?