How to change 'File version' in the final exe file when we use SharpDevelop
When we build solution in SharpDevelop, we sometimes need to change File version, Assembly version or Copyright, Company, Product, ... in the final exe file.
To change these properties we must edit file 'AssemblyInfo.cs' in the project directory, in the subdirectory 'Properties'.