Published
Wednesday, November 30, 2005 12:43 PM
.NET automatically generates a FileInformation resource when building the assembly. Here is a mapping of the .NET attribute to the corresponding named element in VersionInformation and the name that Windows Explorer puts on its UI.
| Assembly Attribute |
VersionInfo |
Windows Explore name |
| AssemblyTitle |
FileDescription |
Description |
| AssemblyDescription |
Comments |
Comments |
| AssemblyConfiguration |
| AssemblyCompany |
CompanyName |
Company |
| AssemblyCopyright |
LegalCopyright |
Copyright |
| AssemblyTrademark |
LegalTrademarks |
Legal Trademarks |
| AssemblyCulture |
Makes up Block header.(Typically Language Neutral) |
| AssemblyVersion |
|
Assembly Version |
|
FILEVERSION |
|
PRODUCTVERSION |
|
FileVersion |
File version/File Version |
|
ProductVerion |
Product Version |
| AssemblyProduct |
ProductName |
Product Name |
| Project/OutputFile |
OriginalFilename |
InternalName |