Creates a new release.
The version number.
An object providing values to initialize this instance.
Value indicating whether this release is archived.
The version number.
Value indicating whether this release exists.
The download URL.
Static
latestThe latest release.
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.