Nuke.CodeGeneration 6.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nuke.CodeGeneration --version 6.1.0
                    
NuGet\Install-Package Nuke.CodeGeneration -Version 6.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="Nuke.CodeGeneration" Version="6.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.CodeGeneration" Version="6.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Nuke.CodeGeneration" />
                    
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 Nuke.CodeGeneration --version 6.1.0
                    
#r "nuget: Nuke.CodeGeneration, 6.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 Nuke.CodeGeneration@6.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=Nuke.CodeGeneration&version=6.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Nuke.CodeGeneration&version=6.1.0
                    
Install as a Cake Tool

Cross-platform build automation system
Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '4a24cd4e78d43b59deb8aa2033c696c8ceb51dd6' (see contained AppVeyorSettings.json file for build settings).

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 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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 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 Nuke.CodeGeneration:

Package Downloads
Nuke.Generation.Specifications

Base implentations for NUKE specification generators.

Torq.Nuke.Retype

Nuke.build addon for strongly typed Retype.com documentation generation tasks.

AvantiPoint.Nuke.Maui

The AvantiPoint Nuke Maui package is an extension of the Nuke.Build framework. This is purpose build for .NET MAUI developers and contains an abstraction layer on top of Nuke for completely writing your CI Pipeline in C# with the YAML auto generated for both Azure Pipelines & GitHub Actions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.0 90,456 12/17/2022
6.2.1 12,594 8/19/2022
6.2.0 729 8/18/2022
6.1.2 91,875 7/2/2022
6.1.1 1,701 6/21/2022
6.1.0 718 6/14/2022
6.0.3 2,862 5/2/2022
6.0.2 1,140 4/12/2022
6.0.1 13,132 1/10/2022
6.0.0 832 1/7/2022
6.0.0-beta0012 366 12/13/2021
6.0.0-beta0010 368 12/3/2021
6.0.0-beta0009 1,129 12/1/2021
6.0.0-beta0001 1,513 11/26/2021
5.3.0 1,578 8/4/2021
5.2.1 997 6/18/2021
5.2.0 765 6/18/2021
5.1.4 798 6/1/2021
5.1.3 782 5/31/2021
5.1.2 1,132 5/18/2021
Loading failed

• Removed extended setup wizard
• Changed Nuke.GlobalTool to use Spectre.Console
• Deprecated CheckBuildProjectConfigurationsAttribute
• Added single-file packaging and execution
• Added output customization via NukeBuild.WriteLogo, WriteTarget, and WriteSummary
• Added second-chance registration for MSBuild from .NET CLI
• Added submodule support in GitHub Actions, Space Automation, and AppVeyor
• Added NukeBuild.BuildAssemblyFile property
• Added generic EnvironmentInfo.SetVariable
• Added support for Bitbucket
• Added GitHub Actions support for fetch-depth
• Fixed default_target replacement in help text
• Fixed parameter padding and line breaks in help text
• Fixed Assert methods to accept IReadOnlyCollection
• Fixed fatal failure of MSBuildLocator
• Fixed missing MSBuild registration when using ProjectExtensions
• Fixed NuGetPackageResolver performance by reading metadata from .nuspec files
• Fixed GitRepository initialization when remote is not set
• Fixed exception for duplicated keys in TeamCity property files
• Fixed missing arguments for DotNetTasks

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