Neon.GitHub 4.0.0-rc.13

This is a prerelease version of Neon.GitHub.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Neon.GitHub --version 4.0.0-rc.13
NuGet\Install-Package Neon.GitHub -Version 4.0.0-rc.13
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="Neon.GitHub" Version="4.0.0-rc.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neon.GitHub --version 4.0.0-rc.13
#r "nuget: Neon.GitHub, 4.0.0-rc.13"
#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 Neon.GitHub as a Cake Addin
#addin nuget:?package=Neon.GitHub&version=4.0.0-rc.13&prerelease

// Install Neon.GitHub as a Cake Tool
#tool nuget:?package=Neon.GitHub&version=4.0.0-rc.13&prerelease

Neon.GitHub

Combines local git and remote GitHub functionality into the easy-to-use GitHubRepo class.

This class wraps the Octokit and LibGit2Sharp packages, adding methods for common scenerios. The problem is that also these packages are nice, it's not always obvious how to perform many operations. This package addresses some of these issues via the GitGubRepo class.

For example, LibGit2Sharp doesn't provide methods for operations like: Fetch, Push, Remove Branch, or Undo. Octokit doesn't have methods for Remove Branch and also seems to be missing direct support for common operations and some of the methods it does have, complete asynchronously which makes it harder to script a series of GitHub related operations.

Another annoyance with Octokit and LibGit2Sharp is that the define a lot of types with the same names, like Repository. This makes it more difficult to write code that uses these libraries by forcing developers to use fully qualified type names or redefine type names via using statements. GitHubRepo helps avoid these conflicts for many scenarios.

You can get started here: Neon.Git

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

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
4.0.10 38 4/25/2024
4.0.10-preview.0 33 4/25/2024
4.0.9 46 4/25/2024
4.0.8 89 3/29/2024
4.0.7 84 3/22/2024
4.0.6 83 3/19/2024
4.0.5 79 3/17/2024
4.0.4 86 2/24/2024
4.0.4-rc.12 53 2/24/2024
4.0.4-rc.11 41 2/23/2024
4.0.4-rc.10 50 2/22/2024
4.0.4-rc.8 52 2/21/2024
4.0.4-rc.7 48 2/21/2024
4.0.4-rc.6 47 2/21/2024
4.0.4-rc.5 47 2/21/2024
4.0.4-rc.4 46 2/21/2024
4.0.4-rc.2 48 2/20/2024
4.0.4-rc.1 44 2/16/2024
4.0.3 89 2/15/2024
4.0.3-rc.2 42 2/15/2024
4.0.3-rc.1 41 2/15/2024
4.0.2 83 2/15/2024
4.0.1 102 2/14/2024
4.0.0 91 2/8/2024
4.0.0-rc.17 48 2/7/2024
4.0.0-rc.16 48 2/3/2024
4.0.0-rc.15 46 2/2/2024
4.0.0-rc.14 53 1/24/2024
4.0.0-rc.13 42 1/24/2024
4.0.0-rc.12 46 1/24/2024
4.0.0-rc.11 45 1/24/2024
4.0.0-rc.10 40 1/24/2024
4.0.0-rc.8 47 1/23/2024
4.0.0-rc.7 70 1/11/2024
4.0.0-rc.6 54 1/11/2024
4.0.0-rc.5 51 1/10/2024
4.0.0-rc.4 46 1/10/2024
4.0.0-rc.3 83 12/12/2023
4.0.0-rc.2 58 12/12/2023
4.0.0-rc.1 70 12/9/2023
4.0.0-rc.0 48 12/7/2023
3.2.0 183 12/3/2023
3.1.4 150 10/17/2023
3.1.3 111 10/13/2023
3.1.2 110 10/13/2023
3.1.0 134 8/2/2023
3.0.1-preview0-alpha 100 4/14/2023
3.0.1-alpha 104 4/14/2023
3.0.0-preview1-alpha 115 3/22/2023
3.0.0-preview0-alpha 125 3/8/2023
3.0.0-alpha 110 3/22/2023