VOOZH about

URL: https://www.nuget.org/packages/Nuke.GitHub/

⇱ NuGet Gallery | Nuke.GitHub 7.0.0




👁 Image
Nuke.GitHub 7.0.0

Prefix Reserved
dotnet add package Nuke.GitHub --version 7.0.0
 
 
NuGet\Install-Package Nuke.GitHub -Version 7.0.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.GitHub" Version="7.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.GitHub" Version="7.0.0" />
 
Directory.Packages.props
<PackageReference Include="Nuke.GitHub" />
 
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.GitHub --version 7.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Nuke.GitHub, 7.0.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.GitHub@7.0.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.GitHub&version=7.0.0
 
Install as a Cake Addin
#tool nuget:?package=Nuke.GitHub&version=7.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

GitHub interaction for NUKE Build

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nuke.GitHub:

Package Downloads
Zafiro.Nuke

Nuke Build is easier. This one makes it even easier!

GitHub repositories (3)

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

Repository Stars
LogExperts/LogExpert
Windows tail program and log file analyzer.
Snoothy/UCR
Universal Control Remapper [Alpha]
kthompson/glob
A C# Glob library for .NET and .NET Core.
Version Downloads Last Updated
7.0.0 25,579 12/1/2024
6.0.0 1,337 10/15/2024
5.0.1 29,994 1/10/2024
5.0.0 5,596 5/8/2023
3.0.0 35,591 2/8/2022
2.0.0 31,569 11/12/2020
1.6.2 3,533 7/17/2020
1.6.1 967 7/16/2020
1.6.0 3,264 2/14/2020
1.5.0 5,873 5/3/2019
1.4.0 1,082 5/3/2019
1.3.6 1,078 5/3/2019
1.3.5 3,230 12/15/2018
1.3.4 2,150 8/14/2018
1.3.3 1,386 8/13/2018
1.3.2 1,323 8/13/2018
1.3.1 1,356 8/13/2018
1.3.0 1,349 8/12/2018
1.2.1 1,481 8/7/2018
1.2.0 1,460 8/5/2018
Loading failed

## v6.0.0:
- Update NUKE to v8

## v5.0.1:
- Update logging to indicate if publishing a release is skipped due to it already existing

## v5.0.0:
- Update NUKE to v7
- Version alignment with **Nuke.WebDocu**

## v3.0.0:
- Update NUKE to v6.0.1

## v2.0.0:
- Update NUKE to v5.0.0

## v1.6.2:
- Update internal dependencies and regenerate code

## v1.6.1:
- Add support for custom urls to support GitHub Enterprise

## v1.6.0:
- Update NUKE to 0.24.1

## v1.5.0:
- Update NUKE to 0.19.0

## v1.4.0:
- Update NUKE to 0.18.0

## v1.3.5:
- Add handling to escape quotation mark `"` to `ChangeLogExtensions`

## v1.3.3:
- Return from `CreatePullRequest` if the specified one already exists instead of waiting for the Octokit API to fail

## v1.3.2:
- Add optional configuration to specify the name of the GitHub release

## v1.3.1:
- Invoke `AssertValid()` on settings before using them to fail early in case of invalid settings
- `PublishRelease` will output some status messages to the `Logger`

## v1.3.0:
- Add CreatePullRequest, GetReleases and GetRepository tasks
- Make `PublishRelease` invocation consistent with other NUKE tools

## v1.2.1:
- Add option to mark releases as `Prerelease`

## v1.2.0:
- Update to NUKE 0.6.0

## v1.1.0:
- Update to NUKE 0.4.0

## v1.0.2
- Use the official NUKE logo for the package

## v1.0.1
- Refactor code to follow NUKE tooling recommendations
- Provide `Nuke.GitHub.ChangeLogExtensions`. This will likely be merged with NUKE itself
 or be distributed in a separate package in the future

## v1.0.0
- Initial Release
- Supports `PublishRelease`