GreemDev.Nuke 10.2.0

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

The AKEless Build System for C#/.NET

Product Compatible and additional computed target framework versions.
.NET 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 (1)

Showing the top 1 NuGet packages that depend on GreemDev.Nuke:

Package Downloads
GreemDev.Nuke.Components

The AKEless Build System for C#/.NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.2.0 40 3/7/2026

• Removed properties in the GitVersion record that have been removed in newer versions.
 • Instead of NuGetVersionV2, use FullSemVer.
• Implemented a basic .gitlab-ci.yml generator. Currently only generates a single job, for all specified targets.
 • You can also specify to automatically upload all (known (via .Produces)) artifacts from the executed targets.
 • On top of this, you can specify artifacts to exclude, as well as only running the job on specific branch(es) push event.
• Global Tool now generates build projects using .NET 10 and with the GreemDev.Nuke package.
• Fixed duplicate key error in GitRepository.GetRemoteNameAndBranch (fixes [#1537](https://github.com/nuke-build/nuke/issues/1537))
   • Instead, only the most recent value is retained.
• Refactored the documentation in-repository to work on mkdocs:
 • https://github.com/gruke-build/docs
 • View the deployment on [gruke.readthedocs.io](https://gruke.readthedocs.io/).
• Additionally, a [docfx](https://github.com/dotnet/docfx) configuration has been made and has been deployed on GitHub Pages for *C# API reference• documentation specifically.
 • Results of the [docfx](https://github.com/dotnet/docfx) build output are pushed to the [gh-pages](https://github.com/gruke-build/src/tree/gh-pages) branch, via a [non-generated GitHub Action workflow](https://github.com/gruke-build/src/blob/develop/.github/workflows/docfx.yml).
 • View the deployment on [gruke-build.github.io](https://gruke-build.github.io/src/api/).
• [nuke-build#1523](https://github.com/nuke-build/nuke/pull/1523): fix: log npm warn messages as a warning
 • Thanks, [@moritz-baecker-integra](https://github.com/moritz-baecker-integra)!
• [nuke-build#1572](https://github.com/nuke-build/nuke/pull/1572): Added support for XML Solutions into gruke :setup
 • Thanks, [@lahma](https://github.com/lahma)!
• [nuke-build#1583](https://github.com/nuke-build/nuke/pull/1583): Added support for resolving VS2026 MSBuild installations
 • Thanks, [@Kielek](https://github.com/Kielek)!
• [nuke-build#1557](https://github.com/nuke-build/nuke/pull/1557): Added support for Windows installations being not on C:\
 • Thanks, [@Uriel6575](https://github.com/Uriel6575)!
• [nuke-build#1549](https://github.com/nuke-build/nuke/pull/1549): Removed deprecated & retired Azure Pipelines OS images
 • Thanks, [@aneilmac](https://github.com/aneilmac)!
 • Similarly, I did the same for AppVeyor & GitHub runner images. ([nuke-build#1519](https://github.com/nuke-build/nuke/issues/1519))
• Fix StronglyTypedSolutionGenerator causing compilation errors when a Solution Folder is prefixed with digits. ([nuke-build#1581](https://github.com/nuke-build/nuke/pull/1581))
 • Thanks, [@ITaluone](https://github.com/ITaluone)!

Full changelog at https://github.com/gruke-build/src/blob/master/CHANGELOG.md