Click or drag to resize

OctokitWrapperVersionStatus Enumeration

Values that represent version status of the current installation of butterflow-ui.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.4.40427 (1.0.0.0)
Syntax
C#
public enum VersionStatus
Members
  Member nameValueDescription
current0 The current version is up to date with the github repository.
behind1 The current version is behind the github repository and should be updated.
custom2 The current version is ahead of the github repository, or is a custom version of butterflow-ui that cannot be compared to the github repository.
unknown3 Github failed to respond with the current version. This could be because of rate limits or a network failure.
See Also