Creates a new release.
The version number.
The associated assets.
Value indicating whether this release exists.
Value indicating whether this release is provided as source code.
The associated Git tag.
The download URL.
Static
latestThe latest release.
Gets the asset corresponding to the specified platform.
The target platform.
The asset corresponding to the specified platform, or null
if not found.
Static
findFinds a release that matches the specified version constraint.
The version constraint.
The release corresponding to the specified constraint, or null
if not found.
Static
getGets the release corresponding to the specified version.
The version number of a release.
The release corresponding to the specified version, or null
if not found.
Represents a GitHub release.