Cake.DotNetVersionDetector

Cake addin providing support for the .Net Version Detector application

#addin nuget:?package=Cake.DotNetVersionDetector&version=1.0.0

dotnet add package Cake.DotNetVersionDetector --version 1.0.0

<PackageReference Include="Cake.DotNetVersionDetector" Version="1.0.0" />

Aliases

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

General

DotNetVersionDetector(FilePath, DotNetVersionDetectorSettings) Runs .Net Version Detector, and outputs to specified output FilePath with the specified DotNetVersionDetectorSettings
DotNetVersionDetector(FilePath) Runs .Net Version Detector, and outputs to specified output FilePath