Grapeyard.Labs.Nuke.Launchpad.Parameters 2.0.2

dotnet add package Grapeyard.Labs.Nuke.Launchpad.Parameters --version 2.0.2                
NuGet\Install-Package Grapeyard.Labs.Nuke.Launchpad.Parameters -Version 2.0.2                
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="Grapeyard.Labs.Nuke.Launchpad.Parameters" Version="2.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Grapeyard.Labs.Nuke.Launchpad.Parameters --version 2.0.2                
#r "nuget: Grapeyard.Labs.Nuke.Launchpad.Parameters, 2.0.2"                
#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.
// Install Grapeyard.Labs.Nuke.Launchpad.Parameters as a Cake Addin
#addin nuget:?package=Grapeyard.Labs.Nuke.Launchpad.Parameters&version=2.0.2

// Install Grapeyard.Labs.Nuke.Launchpad.Parameters as a Cake Tool
#tool nuget:?package=Grapeyard.Labs.Nuke.Launchpad.Parameters&version=2.0.2                

NUKE Launchpad Parameters

Predefined build parameters for the build automation tool NUKE for C# and .NET in the form of configurable build component interfaces.

Installation

After setting up a NUKE build project as described in the NUKE documentation, preferably install NUKE Launchpad by adding the package Grapeyard.Labs.Nuke.Launchpad to it as a NuGet dependency using a NuGet package manager or by adding it manually to its project file:

<PackageReference Include="Grapeyard.Labs.Nuke.Launchpad" Version="2.0.2" />

This will automatically install all packages that are part of NUKE Launchpad and their transitive dependencies. If only the predefined build parameters are actually needed, install this package individually instead.

If the installation fails with NuGet error NU1202, update the target framework of the NUKE build project to a compatible version first – net8.0 or above – using its project properties or manually via its project file:

<TargetFramework>net8.0</TargetFramework>
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Grapeyard.Labs.Nuke.Launchpad.Parameters:

Package Downloads
Grapeyard.Labs.Nuke.Launchpad.Targets

Predefined build targets for the build automation tool NUKE for C# and .NET.

Grapeyard.Labs.Nuke.Launchpad

Quickstart and extension library for the build automation tool NUKE for C# and .NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 37 11/6/2024
2.0.1 44 11/5/2024
2.0.0 78 10/30/2024
1.1.0 111 8/29/2024
1.0.0 113 5/17/2024
0.3.0 160 3/14/2024
0.2.0 197 1/8/2024
0.1.1 180 9/8/2023
0.1.0 178 9/6/2023

Changed

• Updated dependencies to NuGet package Nuke.Common from version 8.1.3 to 8.1.4.

Full changelog at https://gitlab.com/grapeyard-labs/libs/nuke-launchpad/-/blob/2.0.2/CHANGELOG.md