Click or drag to resize

VersionNumberBranch Enumeration

Build branch, set by the build process.

Namespace:  GH_IO
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public enum Branch
Members
  Member nameValueDescription
Unset0 Uninitialized value.
Developer1 Private developer build; should never be released to the public.
Trunk2 Mainline trunk build. May be released to the public.
ReleaseCandidate3 Release candidate build. Will be released to the public.
Release4 Final Release build. Will be released to the public.
See Also