Glossary:Definition - Assembly version number

From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia


Jump to: navigation, search
 Term Assembly version number
 Definition  Assembly attribute which indicates the build, revision, and version of an assembly. The version number is recorded in dot notation using four 32-bit integers in the format: <major version>.<minor version>.<build number>.<revision>. Stored in the assembly manifest, the version number refers to the contents of a single assembly. Multiple assemblies with differing version numbers are considered by the CLR to be different assemblies.
 See also Assembly informational version
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools
C# Entry Points