Name

AssemblyInformationalVersionAttribute

Synopsis

This custom attribute allows a version number to be stored. This stored version is purely for documentation, and is not used by the runtime.

public sealed class AssemblyInformationalVersionAttribute : Attribute {
// Public Constructors
   public method AssemblyInformationalVersionAttribute(
        string informationalVersion);  
// Public Instance Properties
   public field string InformationalVersion{get; } 
}

Hierarchy

System.ObjectSystem.AttributeAssemblyInformationalVersionAttribute

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.