Show / Hide Table of Contents

Class SemanticVersionHelper

Inheritance
object
SemanticVersionHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Docs.GitHub.Documents.Version
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public static class SemanticVersionHelper

Fields

IgnoredVersions

Declaration
public static List<string> IgnoredVersions
Field Value
Type Description
List<string>

Methods

IsPreRelease(string)

Declaration
public static bool IsPreRelease(string version)
Parameters
Type Name Description
string version
Returns
Type Description
bool

OrderByDescending(List<string>)

Declaration
public static List<string> OrderByDescending(List<string> versions)
Parameters
Type Name Description
List<string> versions
Returns
Type Description
List<string>

OrderByDescending(List<VersionInfo>)

Declaration
public static List<VersionInfo> OrderByDescending(List<VersionInfo> versions)
Parameters
Type Name Description
List<VersionInfo> versions
Returns
Type Description
List<VersionInfo>
In this article
Back to top Powered by ABP.IO Platform