GitHubReleaseVersion Property

Gets the release version.

Definition

Namespace: DevCase.ThirdParty.GitHub
Assembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Version Version { get; }

Property Value

Version

Remarks

The version is derived from TagName, which should follow semantic versioning guidelines.

See for more info about semantic versioning:

https://semver.org/

https://help.github.com/articles/about-releases/

https://git-scm.com/book/en/v2/Git-Basics-Tagging

See Also