MinVerAliases Class

Summary

MinVer aliases
Assembly
Cake.MinVer.dll
Namespace
Cake.MinVer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["MinVerAliases"] class Type type-node

Syntax

public static class MinVerAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
MinVer(ICakeContext, Action<MinVerSettings>) MinVerVersion
Run the MinVer dotnet tool using the settings returned by a configurator.
static
MinVer(ICakeContext, MinVerSettings) MinVerVersion
Run the MinVer dotnet tool using the specified settings.
static
MinVer(ICakeContext) MinVerVersion
Run the MinVer dotnet tool with default settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin