5 cents hint – msi installer is not updating exe or additional dll-s
After struggling with the issue found simple solution. Open the AssemblyInfo.cs file for your project, and change AssemblyVersion to [assembly: AssemblyVersion(“1.0.*”)] then the assembly version information is automatically updated each time you build the project. Then comment out or remove the AssemblyFileVersion entry from the same file, so the file version defaults the same as… Read More »