Table of Contents

Class PackInfo

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll
public class PackInfo
Inheritance
PackInfo
Inherited Members

Properties

IsPreview

Specifies whether the OpenSettings version is a preview version.

public bool IsPreview { get; set; }

Property Value

bool

Remarks

e.g. "1.0.0" = false

Score

Gets or sets the numerical score of the OpenSettings version, used for comparing versions. A higher score indicates a more recent version.

public long Score { get; set; }

Property Value

long

Remarks

e.g. "1000000500000"

Version

Gets or sets the version of the OpenSettings without the 'v' prefix.

public string Version { get; set; }

Property Value

string

Remarks

e.g. '1.0.0', '1.0.0-preview.1.0.1'