Cake.Tool 1.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Cake.Tool --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Cake.Tool --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Cake.Tool&version=1.2.0
nuke :add-package Cake.Tool --version 1.2.0

The Cake .NET Tool.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
4.0.0 2,170,847 11/18/2023
3.2.0 1,873,642 11/10/2023
3.1.0 3,739,252 7/9/2023
3.0.0 7,356,417 11/8/2022
2.3.0 6,693,799 10/14/2022
2.2.0 9,209,844 4/14/2022
2.1.0 10,726,689 2/20/2022
2.0.0 6,715,646 11/30/2021
2.0.0-rc0002 15,707 11/27/2021
2.0.0-rc0001 29,265 11/7/2021
1.3.0 5,681,239 10/7/2021
1.2.0 4,267,113 8/29/2021
1.1.0 4,242,459 3/6/2021
1.0.0 2,825,619 2/7/2021
1.0.0-rc0003 28,956 1/29/2021
1.0.0-rc0002 121,800 12/20/2020
1.0.0-rc0001 108,080 11/5/2020
0.38.5 2,349,919 9/20/2020
0.38.4 1,457,068 6/26/2020
0.38.3 260,791 6/26/2020
0.38.2 121,181 6/9/2020
0.38.1 95,463 5/30/2020
0.38.0 14,913 5/30/2020
0.37.0 1,490,120 2/1/2020
0.36.0 867,509 1/11/2020
0.35.0 1,178,937 9/28/2019
0.34.1 945,444 7/17/2019
0.34.0 76,760 7/16/2019
0.33.0 781,137 4/1/2019
0.32.1 607,192 1/4/2019
0.32.0 75,046 1/4/2019
0.31.0 409,104 12/13/2018
0.30.0 124,261 8/22/2018

2690 Consider adding some kind of GetArguments() alias, similar to the EnvironmentVariables() one.
2578 Feature request: nuget version ranges support.
2362 Add Support for New snupkg Symbol Packages.
3429 Microsoft.Extensions.DependencyInjection to 5.0.2.
3427 Update Microsoft.CodeAnalysis.CSharp.Scripting to 3.11.0.
3425 Update NuGet Client libraries to 5.11.0.
3423 Update Spectre.Console to 0.41.0.
3337 Suppress compilation warnings CS1701, CS1702, and CS1705.
3316 Bump NuGet client libraries to 5.9.1.
3314 Bump .NET SDK to 5.0.202.
3294 Clean up task builder extensions.
3281 GitVersion Tool: Remap existing verbosity values to valid GitVersion values.
3255 Update NuGet client libraries to 5.9.0.
3253 Update Microsoft.CodeAnalysis.CSharp.Scripting to 3.9.0 stable.
3246 Update Spectre.Console to 0.38.0.
3223 Feature request: Environment variable substitution in cake.config.
2654 NUnit3Settings should support TestParam.
2168 TypeConverter to enable Argument(...).
2030 NuGetHasSource is case sensitive.
3365 Typo in documentation of NuGetAdd alias.
3355 VSTest alias documentation contains holdover from <v0.17.0.
3283 Update GitVersion alias reference page with dotnet tool usage example.
3259 TypeLoadException: Missing implementation of RegisterLazy.
3431 Update Microsoft.NET.Test.Sdk to 16.11.0.
3421 Update .NET SDK to 5.0.400.
3372 Update Microsoft.NET.Test.Sdk to 16.9.4.
3370 Update Spectre.Console to 0.39.0.
3368 Update .NET SDK to 5.0.203 and .NET Core 3.1.409 and 2.1.816.
3250 Update .NET SDK to 5.0.200.
3248 Remove Cake.DotNetTool.Module from build.cake.
3360 using Spectre.Console; makes error CS0246.
3352 Cake Frosting Parent DirectoryPath Fails To Combine with Slash.
3243 Error messages logged via Error(...) are displayed in random places in the build log.
3226 Still can't resolve resource assemblies after GH2734.
1663 CopyFiles alias throws exception if empty enumeration is passed.