Nuke.Common 0.1.228

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

Cross-platform build automation system

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  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 tizen30 was computed.  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 (81)

Showing the top 5 NuGet packages that depend on Nuke.Common:

Package Downloads
Nuke.Components

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit 'a20c3b752d0c9f533a6e2c21fee6325032cd3d70' (see contained AppVeyorSettings.json file for build settings).

Nuke.CodeGeneration

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

Rocket.Surgery.Nuke

Package Description

Nuke.GitHub

GitHub interaction for NUKE Build

NukeBuildHelpers

NukeBuildHelpers for Nuke build.

GitHub repositories (99)

Showing the top 20 popular GitHub repositories that depend on Nuke.Common:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
nissl-lab/npoi
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
fluentassertions/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
nuke-build/nuke
🏗 The AKEless Build System for C#/.NET
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
fluentribbon/Fluent.Ribbon
WPF Ribbon control like in Office
snoopwpf/snoopwpf
Snoop - The WPF Spy Utility
andrewlock/StronglyTypedId
A Rosyln-powered generator for strongly-typed IDs
JasperFx/wolverine
Supercharged .NET server side development!
TestableIO/System.IO.Abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
Version Downloads Last updated
9.0.4 482,705 1/15/2025
9.0.3 224,136 12/4/2024
9.0.2 66,358 12/3/2024
9.0.1 49,627 11/21/2024
9.0.0 37,317 11/21/2024
8.1.4 485,587 11/6/2024
8.1.3 11,686 11/5/2024
8.1.2 234,275 10/13/2024
8.1.1 60,577 10/5/2024
8.1.0 179,046 9/10/2024
8.0.0 2,617,536 1/18/2024
7.0.6 926,004 9/24/2023
7.0.5 104,397 9/4/2023
7.0.4 64,556 8/31/2023
7.0.3 81,332 8/21/2023
7.0.2 859,104 5/19/2023
7.0.1 13,482 5/15/2023
7.0.0 63,852 5/6/2023
6.3.0 6,731,520 12/17/2022
6.2.1 1,660,478 8/19/2022
6.2.0 4,191 8/18/2022
6.1.2 420,763 7/2/2022
6.1.1 57,686 6/21/2022
6.1.0 39,913 6/14/2022
6.0.3 345,557 5/2/2022
6.0.2 156,944 4/12/2022
6.0.1 623,817 1/10/2022
6.0.0 60,831 1/7/2022
5.3.0 582,898 8/4/2021
5.2.1 106,331 6/18/2021
5.1.4 55,862 6/1/2021
5.1.3 28,590 5/31/2021
5.1.2 53,283 5/18/2021
5.1.1 82,628 4/23/2021
5.1.0 52,994 4/7/2021
5.1.0-beta0001 4,711 3/31/2021
5.0.2 3,620,485 12/7/2020
5.0.1 5,016 12/6/2020
5.0.0 294,498 11/12/2020
0.25.0 50,384 10/26/2020
0.25.0-alpha0378 3,152 10/19/2020
0.25.0-alpha0377 3,769 10/9/2020
0.25.0-alpha0376 2,923 10/9/2020
0.25.0-alpha0369 3,023 10/6/2020
0.25.0-alpha0334 34,189 7/14/2020
0.25.0-alpha0330 2,774 7/13/2020
0.25.0-alpha0329 2,756 7/13/2020
0.25.0-alpha0326 4,167 7/9/2020
0.25.0-alpha0292 13,653 6/14/2020
0.25.0-alpha0283 3,873 5/27/2020
0.25.0-alpha0281 3,035 5/23/2020
0.24.11 535,938 5/18/2020
0.24.10 58,654 4/23/2020
0.24.9 7,060 4/16/2020
0.24.8 23,244 4/12/2020
0.24.7 60,219 3/26/2020
0.24.6 3,336 3/25/2020
0.24.5 33,115 3/24/2020
0.24.4 46,579 3/5/2020
0.24.2 36,424 2/15/2020
0.24.1 32,025 2/7/2020
0.24.0 25,064 2/2/2020
0.24.0-alpha0249 3,184 1/27/2020
0.24.0-alpha0215 3,448 1/2/2020
0.24.0-alpha0193 3,809 12/8/2019
0.24.0-alpha0188 2,710 12/6/2019
0.24.0-alpha0187 2,647 12/6/2019
0.24.0-alpha0185 2,799 11/30/2019
0.24.0-alpha0165 3,004 11/17/2019
0.24.0-alpha0138 2,642 11/13/2019
0.23.7 12,455 1/28/2020
0.23.6 25,555 1/12/2020
0.23.5 4,031 1/10/2020
0.23.4 59,330 11/16/2019
0.23.3 35,266 11/2/2019
0.23.2 2,998 11/2/2019
0.23.1 2,859 11/2/2019
0.23.0 23,134 10/31/2019
0.23.0-alpha0154 2,473 10/25/2019
0.23.0-alpha0142 2,513 10/22/2019
0.23.0-alpha0089 2,892 9/29/2019
0.22.2 164,154 9/29/2019
0.22.1 41,221 9/21/2019
0.22.0 33,283 9/17/2019
0.22.0-alpha0074 2,923 9/12/2019
0.22.0-alpha0048 3,342 8/27/2019
0.22.0-alpha0044 2,916 8/26/2019
0.22.0-alpha0043 2,895 8/26/2019
0.22.0-alpha0042 2,897 8/26/2019
0.22.0-alpha0039 3,039 8/19/2019
0.21.2 80,437 7/28/2019
0.21.1 9,744 7/19/2019
0.21.0 9,693 7/15/2019
0.20.1 48,436 6/2/2019
0.20.0 4,708 5/29/2019
0.20.0-alpha0017 3,068 5/16/2019
0.20.0-alpha0016 3,090 5/10/2019
0.19.2 31,362 5/10/2019
0.19.1 32,350 5/3/2019
0.19.0 4,798 5/3/2019
0.18.0 61,526 3/24/2019
0.18.0-alpha0052 3,835 3/22/2019
0.18.0-alpha0038 3,108 3/10/2019
0.17.7 9,706 3/12/2019
0.17.6 9,181 3/4/2019
0.17.5 5,067 3/3/2019
0.17.4 4,378 3/2/2019
0.17.3 6,340 2/26/2019
0.17.2 4,157 2/26/2019
0.17.1 4,352 2/23/2019
0.17.0 4,237 2/22/2019
0.16.0 15,522 1/30/2019
0.16.0-alpha0027 3,866 1/29/2019
0.16.0-alpha0023 3,633 1/29/2019
0.16.0-alpha0017 3,594 1/27/2019
0.15.0 9,766 1/16/2019
0.15.0-alpha0051 3,595 1/12/2019
0.15.0-alpha0036 3,728 1/9/2019
0.15.0-alpha0030 3,554 1/6/2019
0.14.1 10,203 12/31/2018
0.14.0 3,868 12/31/2018
0.14.0-alpha0021 3,394 12/23/2018
0.13.0 7,975 12/10/2018
0.13.0-alpha0046 3,723 12/4/2018
0.13.0-alpha0042 3,430 12/2/2018
0.13.0-alpha0039 3,786 12/2/2018
0.12.3 26,961 11/29/2018
0.12.2 5,212 11/27/2018
0.12.1 4,366 11/24/2018
0.12.0 5,348 11/15/2018
0.12.0-alpha0027 3,485 11/7/2018
0.12.0-alpha0013 3,509 10/30/2018
0.11.1 10,636 10/17/2018
0.11.0 5,823 10/11/2018
0.10.5 3,691 10/10/2018
0.10.4 3,543 10/10/2018
0.10.3 3,672 10/5/2018
0.10.2 3,437 10/4/2018
0.10.1 4,731 10/2/2018
0.10.0 3,557 10/2/2018
0.10.0-alpha0034 2,715 9/29/2018
0.9.1 6,378 9/26/2018
0.9.0 3,744 9/22/2018
0.9.0-alpha0023 2,940 9/16/2018
0.9.0-alpha0020 2,892 9/16/2018
0.8.0 6,808 9/7/2018
0.7.0 6,092 8/29/2018
0.7.0-alpha0048 2,894 8/27/2018
0.6.2 6,978 8/18/2018
0.6.2-beta0001 3,023 8/13/2018
0.6.1 4,643 8/9/2018
0.6.0 14,570 8/5/2018
0.6.0-alpha0109 3,008 8/2/2018
0.6.0-alpha0107 2,998 8/2/2018
0.5.3 16,765 6/12/2018
0.5.2 3,530 6/11/2018
0.5.0 4,402 6/5/2018
0.4.0 29,868 5/2/2018
0.3.1 4,890 3/25/2018
0.2.10 4,805 3/5/2018
0.2.0 5,558 2/26/2018
0.1.458 5,922 1/27/2018
0.1.454 6,037 1/15/2018
0.1.442 4,205 1/12/2018
0.1.434 5,939 12/14/2017
0.1.430 3,859 12/14/2017
0.1.414 7,862 11/21/2017
0.1.394 4,132 11/12/2017
0.1.389 4,208 11/9/2017
0.1.385 4,105 11/4/2017
0.1.384 3,713 11/3/2017
0.1.378 3,674 11/2/2017
0.1.371 3,424 10/26/2017
0.1.362 3,347 10/20/2017
0.1.340 3,993 9/21/2017
0.1.337 3,387 9/11/2017
0.1.328 3,077 9/9/2017
0.1.277 3,566 8/8/2017
0.1.230 3,170 8/2/2017
0.1.228 3,091 8/2/2017
0.1.191 3,400 7/24/2017