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
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
IsPreviewVersion
Specifies whether the OpenSettings version is a preview version.
public bool IsPreviewVersion { get; }
Property Value
Name
Gets the OpenSettings name.
e.g. 'OpenSettings
'.
public string Name { get; }
Property Value
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
PackVersionScore
Gets the OpenSettings pack version score information.
e.g. '1000000500000
'.
public long PackVersionScore { get; }
Property Value
Version
Gets the OpenSettings version information without the 'v
' prefix.
e.g. '1.0.0
'.
public string Version { get; }