DotNetVersionDetectorAliases Class

Summary

Contains functionality related to the .Net Version Detector tool.

In order to use the commands for this addin, you will need to have the .Net Version Detector tool available. This can be installed via Chocolatey. In addition, you will need to include the following:

#addin Cake.DotNetVersionDetector

Namespace
Cake.DotNetVersionDetector
Base Types
  • object
graph TD Base0["object"]-->Type Type["DotNetVersionDetectorAliases"] class Type type-node

Syntax

[CakeAliasCategory("DotNetVersionDetector")]
public static class DotNetVersionDetectorAliases

Attributes

Type Description
CakeAliasCategory

Methods

Name Value Summary
DotNetVersionDetector(ICakeContext, FilePath) void
Runs .Net Version Detector, and outputs to specified output FilePath
static
DotNetVersionDetector(ICakeContext, FilePath, DotNetVersionDetectorSettings) void
Runs .Net Version Detector, and outputs to specified output FilePath with the specified DotNetVersionDetectorSettings
static