-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README.md with badge and Nuget feed information.
- Loading branch information
1 parent
0095ced
commit 84be96c
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# githubjwt | ||
A helper library to generate GitHub JWT from GitHub Apps private key | ||
# GitHubJwt | ||
|
||
A helper library to generate GitHub JWT from GitHub Apps private key. | ||
|
||
[![Build status](https://ci.appveyor.com/api/projects/status/58svorf4e8ayx7pw/branch/master?svg=true)](https://ci.appveyor.com/project/adriangodong/githubjwt/branch/master) | ||
[![NuGet](https://img.shields.io/nuget/v/GitHubJwt.svg)](https://www.nuget.org/packages/GitHubJwt/) | ||
|
||
Pull Request Nuget artifacts are available from AppVeyor Project Nuget feed at `https://ci.appveyor.com/nuget/githubjwt`. To use a custom feed, please refer to the following [documentation](https://docs.microsoft.com/en-us/nuget/tools/package-manager-ui#package-sources). |