C# Class Rock.VersionInfo.VersionInfo

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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

Méthode Description
GetFileVersionInfo ( ) : FileVersionInfo

Method Details

GetRockProductVersionFullName() public static méthode

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

GetRockProductVersionNumber() public static méthode

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

GetRockSemanticVersionNumber() public static méthode

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