Table of Contents

Class OpenSettingsAssemblyInfo

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Represents the assembly information for the OpenSettings library.

public class OpenSettingsAssemblyInfo
Inheritance
OpenSettingsAssemblyInfo
Inherited Members

Fields

Instance

Singleton instance of the OpenSettingsAssemblyInfo class.

public static readonly OpenSettingsAssemblyInfo Instance

Field Value

OpenSettingsAssemblyInfo

Properties

FullName

Gets the OpenSettings full name. e.g. 'OpenSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

public string FullName { get; }

Property Value

string

IsPreviewVersion

Specifies whether the OpenSettings version is a preview version.

public bool IsPreviewVersion { get; }

Property Value

bool

Name

Gets the OpenSettings name. e.g. 'OpenSettings'.

public string Name { get; }

Property Value

string

PackVersion

Gets the OpenSettings pack version information without the 'v' prefix. e.g. '1.0.0', '1.0.0-preview.1.0.1'.

public string PackVersion { get; }

Property Value

string

PackVersionScore

Gets the OpenSettings pack version score information. e.g. '1000000500000'.

public long PackVersionScore { get; }

Property Value

long

Version

Gets the OpenSettings version information without the 'v' prefix. e.g. '1.0.0'.

public string Version { get; }

Property Value

string