GreemDev.Nuke.GlobalTool 10.2.0

dotnet tool install --global GreemDev.Nuke.GlobalTool --version 10.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local GreemDev.Nuke.GlobalTool --version 10.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GreemDev.Nuke.GlobalTool&version=10.2.0
                    
nuke :add-package GreemDev.Nuke.GlobalTool --version 10.2.0
                    

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.

This package has no dependencies.

Version Downloads Last Updated
10.2.0 80 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