Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoVersion

    Namespace: Umbraco.Cms.Core.Configuration
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUmbracoVersion

    Properties

    View Source

    AssemblyFileVersion

    Gets the assembly file version of the Umbraco code.

    Declaration
    Version? AssemblyFileVersion { get; }
    Property Value
    Type Description
    System.Nullable<Version>
    Remarks

    The assembly version is the value of the .

    View Source

    AssemblyVersion

    Gets the assembly version of the Umbraco code.

    Declaration
    Version? AssemblyVersion { get; }
    Property Value
    Type Description
    System.Nullable<Version>
    Remarks

    The assembly version is the value of the .

    Is the one that the CLR checks for compatibility. Therefore, it changes only on hard-breaking changes (for instance, on new major versions).

    View Source

    Comment

    Gets the semantic version comments of the Umbraco code.

    Declaration
    string Comment { get; }
    Property Value
    Type Description
    System.String
    View Source

    SemanticVersion

    Gets the semantic version of the Umbraco code.

    Declaration
    SemVersion SemanticVersion { get; }
    Property Value
    Type Description
    SemVersion
    Remarks

    The semantic version is the value of the .

    It is the full version of Umbraco, including comments.

    View Source

    Version

    Gets the non-semantic version of the Umbraco code.

    Declaration
    Version Version { get; }
    Property Value
    Type Description
    Version
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AssemblyFileVersion
      • AssemblyVersion
      • Comment
      • SemanticVersion
      • Version
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX