Skip to content

Commit

Permalink
Merge pull request #29 from s2quake/docs/nuget-link
Browse files Browse the repository at this point in the history
Add Nuget link to README.md
  • Loading branch information
s2quake authored Jun 29, 2024
2 parents 504ac38 + 24ace5d commit 7714824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check Changelog

on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]

jobs:
check-changelog:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Communication

[![NuGet](https://img.shields.io/nuget/v/JSSoft.Communication.svg?style=flat)][NuGet]
[![NuGet (prerelease)](https://img.shields.io/nuget/vpre/JSSoft.Communication.svg?style=flat)][NuGet]

[NuGet]: https://www.nuget.org/packages/JSSoft.Communication/

## Summary

The Communication library is network module using <https://github.com/grpc/grpc>.
Expand Down

0 comments on commit 7714824

Please sign in to comment.