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

Cross-platform build automation system
Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '068ce4bdd135cf928150e8d68751453b91767b8c' (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,371 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

• Added LFS and Submodule settings in AzurePipelines configuration
• Added OctoVersionTasks and OctoVersionAttribute
• Added AzureSignToolTasks
• Added ChocolateyTasks
• Fixed invocations for PowerShell bootstrapping script
• Fixed retrieval of version_dotnet_sdk in telemetry
• Fixed solution serialization to show information about duplicated entries
• Fixed path construction to be lazy for in-memory solutions that get saved
• Fixed GitHubTasks.GetGitHubBrowseUrl to trim trailing slash
• Fixed GitVersionAttribute.Framework default value to net5.0
• Fixed URLs in ChangeLogTasks
• Fixed DotNetTestSettings.Loggers property to accept multiple values
• Fixed default value emission for DotCoverTasks
• Fixed missing properties for GitVersionTasks
• Fixed missing secret attributes in SonarScannerTasks
• Fixed NerdbankGitVersioningFormat enumeration to use lower-case

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