What is the AssemblyFileVersion used for in C#?
Posted
by robUK
on Stack Overflow
See other posts from Stack Overflow
or by robUK
Published on 2009-08-20T04:40:14Z
Indexed on
2010/05/20
19:00 UTC
Read the original article
Hit count: 458
Hello,
In the assemblyInfo.cs I have AssemblyVersion and AssemblyFileVersion.
Normally I just increment the AssemblyVersion like this. 1st digit: Major change 2nd digit: Minor change 3rd digit: bug fixes 4rd digit: Subversion revision number
However, I am wondering what is the AssemblyFileVersion for, and when do I need to increment. Should it be the same as the assemblyVersion?
Should I just comment it out, if I am not using it?
Many thanks for any advice,
© Stack Overflow or respective owner