Interface IUmbracoVersion
Namespace: Umbraco.Cms.Core.Configuration
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoVersion
Properties
View SourceAssemblyFileVersion
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
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).
Comment
Gets the semantic version comments of the Umbraco code.
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
System.String |
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.
Version
Gets the non-semantic version of the Umbraco code.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
Version |