What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?
Posted
by Jakub Šturc
on Stack Overflow
See other posts from Stack Overflow
or by Jakub Šturc
Published on 2008-09-15T16:47:38Z
Indexed on
2010/03/14
9:35 UTC
Read the original article
Hit count: 297
There are three assembly version attributes. What are differences? Is it ok if I use AssemblyVersion and ignore the rest?
MSDN says:
-
Specifies the version of the assembly being attributed.
-
Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number.
-
Defines additional version information for an assembly manifest.
This is follow up to What are the best practices for using Assembly Attributes?
© Stack Overflow or respective owner