Nuke.GitHub
5.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Nuke.GitHub --version 5.0.1
NuGet\Install-Package Nuke.GitHub -Version 5.0.1
<PackageReference Include="Nuke.GitHub" Version="5.0.1" />
paket add Nuke.GitHub --version 5.0.1
#r "nuget: Nuke.GitHub, 5.0.1"
// 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 | Versions 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. |
-
net7.0
- Nuke.Common (>= 7.0.6)
- Octokit (>= 9.1.0)
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 (4)
Showing the top 4 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.
|
|
RemyDuijkeren/NodaMoney
NodaMoney provides a library that treats Money as a first class citizen and handles all the ugly bits like currencies and formatting.
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 177 | 10/15/2024 |
5.0.1 | 13,578 | 1/10/2024 |
5.0.0 | 5,202 | 5/8/2023 |
3.0.0 | 34,228 | 2/8/2022 |
2.0.0 | 26,900 | 11/12/2020 |
1.6.2 | 3,306 | 7/17/2020 |
1.6.1 | 742 | 7/16/2020 |
1.6.0 | 2,938 | 2/14/2020 |
1.5.0 | 5,434 | 5/3/2019 |
1.4.0 | 821 | 5/3/2019 |
1.3.6 | 840 | 5/3/2019 |
1.3.5 | 2,434 | 12/15/2018 |
1.3.4 | 1,836 | 8/14/2018 |
1.3.3 | 1,095 | 8/13/2018 |
1.3.2 | 1,041 | 8/13/2018 |
1.3.1 | 1,089 | 8/13/2018 |
1.3.0 | 1,062 | 8/12/2018 |
1.2.1 | 1,077 | 8/7/2018 |
1.2.0 | 1,095 | 8/5/2018 |
1.1.0 | 1,130 | 5/3/2018 |
1.0.2 | 1,304 | 3/2/2018 |
1.0.0 | 1,171 | 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`