Nuke.GitHub 5.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Nuke.GitHub --version 5.0.1
NuGet\Install-Package Nuke.GitHub -Version 5.0.1
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="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nuke.GitHub --version 5.0.1
#r "nuget: Nuke.GitHub, 5.0.1"
#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 Nuke.GitHub as a Cake Addin
#addin nuget:?package=Nuke.GitHub&version=5.0.1

// Install Nuke.GitHub as a Cake Tool
#tool nuget:?package=Nuke.GitHub&version=5.0.1

GitHub interaction for NUKE Build

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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 (5)

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

Repository Stars
zarunbal/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.
AutomateValue/NodaMoney
NodaMoney provides a library that treats Money as a first class citizen and handles all the ugly bits like currencies and formatting.
MahApps/IconPacks.Browser
The Browser for all available Icon packages from MahApps.Metro.IconPacks
Version Downloads Last updated
5.0.1 5,560 1/10/2024
5.0.0 4,917 5/8/2023
3.0.0 33,701 2/8/2022
2.0.0 25,722 11/12/2020
1.6.2 3,257 7/17/2020
1.6.1 690 7/16/2020
1.6.0 2,845 2/14/2020
1.5.0 5,270 5/3/2019
1.4.0 798 5/3/2019
1.3.6 797 5/3/2019
1.3.5 2,277 12/15/2018
1.3.4 1,783 8/14/2018
1.3.3 1,044 8/13/2018
1.3.2 1,003 8/13/2018
1.3.1 1,053 8/13/2018
1.3.0 1,039 8/12/2018
1.2.1 1,035 8/7/2018
1.2.0 1,059 8/5/2018
1.1.0 1,096 5/3/2018
1.0.2 1,253 3/2/2018
1.0.0 1,127 2/26/2018

## 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`