Cake.DotNetTool.Module 6.0.0

Prefix Reserved
dotnet add package Cake.DotNetTool.Module --version 6.0.0
                    
NuGet\Install-Package Cake.DotNetTool.Module -Version 6.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="Cake.DotNetTool.Module" Version="6.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.DotNetTool.Module" Version="6.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Cake.DotNetTool.Module" />
                    
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.DotNetTool.Module --version 6.0.0
                    
#r "nuget: Cake.DotNetTool.Module, 6.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 Cake.DotNetTool.Module@6.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=Cake.DotNetTool.Module&version=6.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Cake.DotNetTool.Module&version=6.0.0
                    
Install as a Cake Tool

Cake Module that extends Cake with ability to install tools using dotnet cli.

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 is compatible.  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 is compatible.  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 (5)

Showing the top 5 NuGet packages that depend on Cake.DotNetTool.Module:

Package Downloads
Cake.Frosting

The .NET Core host for Cake.

Cake.Console

Cake scripts, but in a Console app

Cake.Sdk

A custom SDK that provides a convenient way to create Cake projects with minimal configuration. Automatically sets up common properties and references the Cake.Generator for source generation capabilities.

Antda.Build

Set of tasks to simplify building, deployment and release processes for .Net projects hosted on GitHub

Cake.Generator

A source generator that creates Cake aliases for your project, enabling easy access to Cake extensions through generated static methods and properties.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.0 2,543 11/11/2025
5.1.0 38,577 10/4/2025
5.0.0 567,455 11/12/2024
4.2.0 32,846 10/23/2024
4.1.0 858 10/23/2024
4.0.0 570,373 11/18/2023
3.2.0 44,023 11/10/2023
3.1.0 192,003 7/9/2023
3.0.0 849,002 11/8/2022
2.3.0 44,946 10/14/2022
2.2.0 232,546 4/14/2022
2.1.0 61,871 2/20/2022
2.0.0 134,838 11/30/2021
2.0.0-rc0002 2,055 11/27/2021
2.0.0-rc0001 2,122 11/7/2021
1.3.0 100,916 10/7/2021
1.2.0 15,474 8/29/2021
1.1.0 89,831 3/6/2021
1.0.1 20,574 2/22/2021
1.0.0 1,491 2/20/2021
0.5.0 8,198 2/19/2021
0.4.0 444,840 11/25/2019
0.3.1 27,648 9/6/2019
0.3.0 203,420 5/9/2019
0.2.0 120,091 4/9/2019
0.1.0 63,418 10/12/2018

#4639 Make CakeSpectreReportPrinter the default ICakeReportPrinter.
#4638 Update Spectre.Console to 0.53.0.
#4593 Update LatestPotentialBreakingChange to 6.0.0.
#4534 Azure Pipleines Environement Agent Info uses FilePath instead of DirectoryPath.
#4592 C# 14 Scripting Support.
#4576 Add .NET 10 (net10.0) TFM.
#4642 Display Delegated/Executed status as Succeded in Cake task summary.
#4636 Enhance file system abstraction with timestamps, Unix modes, and performance improvements.
#4627 .NET Test Platform Requires --project `<PROJECT_PATH>` / --solution `<SOLUTION_PATH>` to be specified.
#4624 Update System.* to 9.0.10.
#4623 Update Microsoft.Extensions.DependencyInjection to 9.0.10.
#4622 Update Spectre.Console to 0.52.0.
#4616 Replace using with await using for IAsyncDisposable resources.
#4615 Replace manual null checks with ArgumentNullException.ThrowIfNull().
#4614 Modernize Enum.GetName calls to use generic overload.
#4613 Use char literals instead of string literals for single characters in StreamWriter.Write.
#4612 Replace StringBuilder.Append(string.Join()) with StringBuilder.AppendJoin() for better performance.
#4611 Use char literals instead of string literals for single characters in StringBuilder.Append.
#4610 Replace string.Join with string.Concat for empty separator cases.
#4609 Optimize string.Join calls to use char separators instead of string separators.
#4608 Modernize dictionary access patterns with TryGetValue and deconstruction.
#4603 Fix .NET framework version detection.