Struct NewVersion
An asset containing all data about a new version.
public readonly struct NewVersion
- Inherited Members
- Extension Methods
Constructors
NewVersion(Release, ReleaseAsset, bool)
Initializes a new instance of the NewVersion struct.
public NewVersion(Release release, ReleaseAsset asset, bool isPrerelease)
Parameters
releaseReleaseassetReleaseAssetisPrereleasebool
Fields
Asset
The asset of the release.
public readonly ReleaseAsset Asset
Field Value
IsPrerelease
Indicates if the release is a prerelease.
public readonly bool IsPrerelease
Field Value
Release
The release.
public readonly Release Release