Cake.Cli 1.0.0-rc0003

Prefix Reserved
This is a prerelease version of Cake.Cli.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cake.Cli --version 1.0.0-rc0003
                    
NuGet\Install-Package Cake.Cli -Version 1.0.0-rc0003
                    
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.0.0-rc0003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.Cli" Version="1.0.0-rc0003" />
                    
Directory.Packages.props
<PackageReference Include="Cake.Cli" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cake.Cli --version 1.0.0-rc0003
                    
#r "nuget: Cake.Cli, 1.0.0-rc0003"
                    
#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.
#addin nuget:?package=Cake.Cli&version=1.0.0-rc0003&prerelease
                    
Install Cake.Cli as a Cake Addin
#tool nuget:?package=Cake.Cli&version=1.0.0-rc0003&prerelease
                    
Install Cake.Cli as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 .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
5.0.0 231,321 11/12/2024
4.2.0 26,187 10/23/2024
4.1.0 659 10/23/2024
4.0.0 502,600 11/18/2023
3.2.0 34,816 11/10/2023
3.1.0 159,265 7/9/2023
3.0.0 688,617 11/8/2022
2.3.0 43,151 10/14/2022
2.2.0 218,403 4/14/2022
2.1.0 59,825 2/20/2022
2.0.0 126,403 11/30/2021
2.0.0-rc0002 1,414 11/27/2021
2.0.0-rc0001 1,395 11/7/2021
1.3.0 86,066 10/7/2021
1.2.0 14,014 8/29/2021
1.1.0 81,219 3/6/2021
1.0.0 49,922 2/7/2021
1.0.0-rc0003 699 1/29/2021
1.0.0-rc0002 2,889 12/20/2020

3029 Add ICakeArguments.GetArgument extension
3007 Different arguments between script runner and Frosting
3018 Cake displays raw ANSI output after running specific executables
3009 Make Cake Core CakeDataService Public
2961 Update dotnet cake usage instructions (dotnet cake --help)
2066 cake.coreclr help information error
3032 Frosting project fails on Linux
3050 Frosting: Rename CakeHost extension from UseTool to InstallTool
3020 Migrate to Spectre.Console