VelopackAssetType Enum
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Represents a Velopack Asset Type.
public enum VelopackAssetType
{
Full = 1,
Delta = 2,
Portable = 3,
Installer = 4,
MsiDeploymentTool = 5
}
Inheritance: object → ValueType → Enum → VelopackAssetType
Fields
| Name | Description |
|---|---|
| Delta | A delta update package. |
| Full | A full update package. |
| Installer | An application installer archive. |
| MsiDeploymentTool | A Windows Installer package (.msi) for the deployment tool. |
| Portable | A portable application zip archive. |
Documentation generated by MdDocs