Summary
The
MkDocs version tool provides information about tool and addin versions compatibility.
- Namespace
- Cake
.MkDocs .Version - Base Types
graph BT
Type-->Base0["MkDocsTool<MkDocsSettings>"]
Base0-->Base1["Tool<MkDocsSettings>"]
Type["MkDocsVersionRunner"]
class Type type-node
Syntax
public sealed class MkDocsVersionRunner : MkDocsTool<MkDocsSettings>
Constructors
| Name | Summary |
|---|---|
| MkDocsVersionRunner |
Initializes a new instance of the MkDocsVersionRunner class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| IsSupportedVersion |
bool |
Checks if provided
MkDocs tool version is compatible with addin.
|
| Version |
Version |
Gets provided
MkDocs tool version.
|