GreemDev.Nuke.SolutionModel 10.2.0

dotnet add package GreemDev.Nuke.SolutionModel --version 10.2.0
                    
NuGet\Install-Package GreemDev.Nuke.SolutionModel -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.SolutionModel" 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.SolutionModel" Version="10.2.0" />
                    
Directory.Packages.props
<PackageReference Include="GreemDev.Nuke.SolutionModel" />
                    
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.SolutionModel --version 10.2.0
                    
#r "nuget: GreemDev.Nuke.SolutionModel, 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.SolutionModel@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.SolutionModel&version=10.2.0
                    
Install as a Cake Addin
#tool nuget:?package=GreemDev.Nuke.SolutionModel&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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

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

Package Downloads
GreemDev.Nuke.ProjectModel

The AKEless Build System for C#/.NET

GreemDev.Nuke.Build

The AKEless Build System for C#/.NET

GreemDev.Nuke

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 24 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