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