Name

AssemblyVersionAttribute

Synopsis

This attribute is the version of the assembly. This version is used by the framework to check compatibility and determine if side-by-side execution is needed.

public sealed class AssemblyVersionAttribute : Attribute {
// Public Constructors
   public method AssemblyVersionAttribute(string version);  
// Public Instance Properties
   public field string Version{get; } 
}

Hierarchy

System.ObjectSystem.AttributeAssemblyVersionAttribute

Valid On

Assembly

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.