Cake.MinVer

Cake add-in that makes MinVer available as a tool in Cake.

#addin nuget:?package=Cake.MinVer&version=3.0.0

dotnet add package Cake.MinVer --version 3.0.0

<PackageReference Include="Cake.MinVer" Version="3.0.0" />

Aliases

MinVer aliases

MinVer

MinVer(Action<MinVerSettings>) Run the MinVer dotnet tool using the settings returned by a configurator.
MinVer(MinVerSettings) Run the MinVer dotnet tool using the specified settings.
MinVer() Run the MinVer dotnet tool with default settings.