Class GitHubPackageVersion
Describes a package version.
Namespace: Neon.Deployment
Assembly: Neon.Deployment.dll
Syntax
public class GitHubPackageVersion
Constructors
GitHubPackageVersion()
Constructor.
Declaration
public GitHubPackageVersion()
Properties
Id
The package version ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The package version name. This will be the SHA256 for container images.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
The assigned tags for container images.
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<string> |