Dangl.Fallout.GitHub 8.0.0

Prefix Reserved
dotnet add package Dangl.Fallout.GitHub --version 8.0.0
                    
NuGet\Install-Package Dangl.Fallout.GitHub -Version 8.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="Dangl.Fallout.GitHub" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dangl.Fallout.GitHub" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Dangl.Fallout.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 Dangl.Fallout.GitHub --version 8.0.0
                    
#r "nuget: Dangl.Fallout.GitHub, 8.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 Dangl.Fallout.GitHub@8.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=Dangl.Fallout.GitHub&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Dangl.Fallout.GitHub&version=8.0.0
                    
Install as a Cake Tool

GitHub interaction for Fallout

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0 85 7/16/2026

## v8.0.0:
- Migrate to Fallout

# v7.0.0:
- Update NUKE to v9
- The minimum required .NET version is now 8.0

## 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 **Fallout.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 `Fallout.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`