UtilGitHubIsUpdateAvailableAsync Method

Asynchronously gets a value that determine whether exists a new version available of the specified reository on GitHub.

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 static Task<bool> IsUpdateAvailableAsync(
	string userName,
	string repositoryName,
	Version currentVersion
)

Parameters

userName  String
The user name.
repositoryName  String
The repository name.
currentVersion  Version
The current version.

Return Value

TaskBoolean
if exists a new version available on GitHub; otherwise, .

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also