Cake.DotNetTool.Module 5.1.0

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

Antda.Build

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

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.

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
5.1.0 7,454 10/4/2025
5.0.0 506,945 11/12/2024
4.2.0 31,663 10/23/2024
4.1.0 832 10/23/2024
4.0.0 561,416 11/18/2023
3.2.0 42,684 11/10/2023
3.1.0 186,044 7/9/2023
3.0.0 821,425 11/8/2022
2.3.0 44,813 10/14/2022
2.2.0 230,839 4/14/2022
2.1.0 61,828 2/20/2022
2.0.0 134,509 11/30/2021
2.0.0-rc0002 2,042 11/27/2021
2.0.0-rc0001 2,102 11/7/2021
1.3.0 100,262 10/7/2021
1.2.0 15,442 8/29/2021
1.1.0 89,473 3/6/2021
1.0.1 20,141 2/22/2021
1.0.0 1,463 2/20/2021
0.5.0 8,089 2/19/2021
0.4.0 443,813 11/25/2019
0.3.1 27,577 9/6/2019
0.3.0 203,351 5/9/2019
0.2.0 120,071 4/9/2019
0.1.0 63,364 10/12/2018

Feature
#4539 Add Woodpecker CI Support.
#4436 Add support for capturing MSBuild properties, items and target results.
#4431 Add property for GitLab's Pipeline Source to GitLabCIBuildInfo.
#4418 GitLab Server url should be available in GitLabCIServerInfo.
#4416 Make Merge Request source and target branch available in GitLabCIPullRequestInfo.
#4401 Add DotNetSlnRemove alias for dotnet sln remove command.
#4584 Update Spectre.Console to 0.51.1.
#4583 Update Newtonsoft.Json to 13.0.4.
#4582 Update Microsoft.Extensions.DependencyInjection to 9.0.9.
#4581 Update System.* to 9.0.9.
#4549 Update Basic.Reference.Assemblies.Net90 to 1.8.3.
#4548 Update Basic.Reference.Assemblies.Net80 to 1.8.3.
#4547 Update Autofac to 8.4.0.
#4546 Update Microsoft.IdentityModel.JsonWebTokens to 8.14.0.
#4545 Update Microsoft.Extensions.DependencyInjection to 9.0.8.
#4544 Update System.Reflection.Metadata to 9.0.8.
#4543 Update System.Collections.Immutable to 9.0.8.
#4542 Update System.Security.Cryptography.Pkcs to 9.0.8.
#4529 Update System.Reflection.Metadata 9.0.7.
#4528 Update System.Collections.Immutable to 9.0.7.
#4527 Update System.Security.Cryptography.Pkcs to 9.0.7.
#4526 Update Microsoft.Extensions.DependencyInjection to 9.0.7.
#4523 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.1.
#4510 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.0.
#4509 Update Basic.Reference.Assemblies.Net* to 1.8.2.
#4505 Update Basic.Reference.Assemblies.Net* to 1.8.1.
#4497 Cake.Testing.Xunit.v3 should not reference xunit.v3.
#4493 Update Spectre.Console to 0.50.0.
#4492 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.14.0.
#4491 Update System.Reflection.Metadata to 9.0.5.
#4490 Update System.Collections.Immutable to 9.0.5.
#4489 Update Autofac to 8.3.0.
#4488 Update Microsoft.Extensions.DependencyInjection to 9.0.5.
#4483 Update System.Security.Cryptography.Pkcs to 9.0.5.
#4482 Update Microsoft.IdentityModel.JsonWebTokens to 8.11.0.
#4481 Update NuGet.* to 6.14.0.
#4471 Improve script caching behavior.
#4440 Update Basic.Reference.Assemblies.Net80 to 1.8.0.
#4426 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.12.0.
#4425 Update NuGet.* to 6.12.1.
#4421 Update Microsoft.IdentityModel.JsonWebTokens to 8.3.0.
#4420 Update Autofac to 8.2.0.
#4412 NuGet 6.9 renamed no-cache to no-http-cache and deprecated the old setting name.
#4407 SignTool missing the /kc and /csp parameters. .
#4399 Refactor DotNetAliases: Extract methods into a separate partial class.
#4478 Failed to install addin when running from Windows powershell.exe.
#4475 Script execution does not always show a report summary.
#4410 AzurePipelinesPullRequestInfo fails to detect if build is running in the context of a GitHub Pull Request.
#4286 DotNetToolRunner doesn't support empty space at tool path.