C# Class Rock.VersionInfo.VersionInfo

Datei anzeigen Open project: NewSpring/Rock

Public Methods

Method Description
GetRockProductVersionFullName ( ) : string

Provides the full 'official' product name of the Rock version currently in use.

GetRockProductVersionNumber ( ) : string

Provides the full product version number of the Rock currently in use.

GetRockSemanticVersionNumber ( ) : string

Provides the semantic version number of the Rock currently in use.

Private Methods

Method Description
GetFileVersionInfo ( ) : FileVersionInfo

Method Details

GetRockProductVersionFullName() public static method

Provides the full 'official' product name of the Rock version currently in use.
public static GetRockProductVersionFullName ( ) : string
return string

GetRockProductVersionNumber() public static method

Provides the full product version number of the Rock currently in use.
public static GetRockProductVersionNumber ( ) : string
return string

GetRockSemanticVersionNumber() public static method

Provides the semantic version number of the Rock currently in use.
public static GetRockSemanticVersionNumber ( ) : string
return string