Cake.Cli 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 add package Cake.Cli --version 1.2.0
NuGet\Install-Package Cake.Cli -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cake.Cli" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.Cli --version 1.2.0
#r "nuget: Cake.Cli, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cake.Cli as a Cake Addin
#addin nuget:?package=Cake.Cli&version=1.2.0

// Install Cake.Cli as a Cake Tool
#tool nuget:?package=Cake.Cli&version=1.2.0

The Cake CLI library.

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.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Cake.Cli:

Package Downloads
Cake.Frosting The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The .NET Core host for Cake.

Cake.Console

Cake scripts, but in a Console app

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 91,805 11/18/2023
3.2.0 12,659 11/10/2023
3.1.0 84,434 7/9/2023
3.0.0 378,517 11/8/2022
2.3.0 38,384 10/14/2022
2.2.0 182,380 4/14/2022
2.1.0 56,257 2/20/2022
2.0.0 116,849 11/30/2021
2.0.0-rc0002 1,344 11/27/2021
2.0.0-rc0001 1,300 11/7/2021
1.3.0 63,397 10/7/2021
1.2.0 13,608 8/29/2021
1.1.0 75,506 3/6/2021
1.0.0 48,200 2/7/2021
1.0.0-rc0003 616 1/29/2021
1.0.0-rc0002 2,497 12/20/2020

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.