Code.Cake 9.0.0

dotnet add package Code.Cake --version 9.0.0
                    
NuGet\Install-Package Code.Cake -Version 9.0.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="Code.Cake" Version="9.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Code.Cake" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Code.Cake" />
                    
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 Code.Cake --version 9.0.0
                    
#r "nuget: Code.Cake, 9.0.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.
#:package Code.Cake@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Code.Cake&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Code.Cake&version=9.0.0
                    
Install as a Cake Tool

CodeCake offers code based support to Cake (see http://cakebuild.net/ site).

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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 Code.Cake:

Package Downloads
SimpleGitVersion.Cake

Cake extension that enables Cake scripts to obtain SimpleGitVersion information from current Git repository.

CKSetup.Cake

Provides a CKSetup helpers to register and push components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0 250 10/30/2025
8.1.1 3,725 2/24/2025
8.1.0 189 2/20/2025
8.0.0 7,758 7/5/2024
7.0.0 4,903 2/23/2023
6.1.0 3,864 4/29/2022
6.0.0 2,082 12/7/2021
6.0.0-r 592 11/19/2021
5.1.1 2,219 4/19/2021
5.1.0 808 3/31/2021
5.0.0 2,829 12/1/2020
4.0.0 25,453 5/7/2020
3.1.0 1,871 3/6/2020
3.0.1 2,299 2/11/2020
3.0.0 1,018 2/11/2020
2.0.0 2,390 9/5/2019
1.0.3 1,910 7/26/2019
1.0.2 1,588 5/31/2019
0.28.0 4,259 9/9/2018
0.26.0 1,888 5/31/2018
Loading failed