GitHubProvider.

GetReleaseAsync(string, string, string) Method

Syntax

public Task<Release> GetReleaseAsync(string owner, string repository, string tagName)

Parameters

Name Type Description
owner string
repository string
tagName string

Return Value

Type Description
Task<Release>
GitHub