Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# JamieMagee.Octokit.Webhooks
# Octokit.Webhooks

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JamieMagee/Octokit.Webhooks/Build?style=for-the-badge)
![JamieMagee.Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)
![JamieMagee.Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)
![Octokit.Webhooks NuGet Package Version](https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge)
![Octokit.Webhooks NuGet Package Downloads](https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge)
![Stability - Experimental](https://img.shields.io/badge/stability-experimental-orange?style=for-the-badge)

Libraries to handle GitHub Webhooks in .NET applications.

## Usage in ASP.NET Core

1. `dotnet add package JamieMagee.Octokit.Webhooks.AspNetCore`
1. `dotnet add package Octokit.Webhooks.AspNetCore`
2. Create a class that derives from `WebhookEventProcessor` and override any of the virtual methods to handle webhooks from GitHub. For example, to handle Pull Request webhooks:

```C#
Expand Down