From C# Online.NET (CSharp-Online.NET)—your free C# and .NET encyclopedia
| 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.
|