Table of Contents

Method ForVersion

Namespace
MailFathom.Common
Assembly
MailFathom.Common.dll

ForVersion(string?)

Reports where the documentation for a version is published.

public static string? ForVersion(string? version)

Parameters

version string

The semantic version a build reports, which is null where it reported none.

Returns

string

The address of that version's documentation directory, or null where the version is not one this can read.

Remarks

Build metadata is cut away before anything else, so a version carrying the source revision the SDK stamps after SemVer's plus sign reads as the version it is a build of.