Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Byteology/rabbit-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
tsIgov committed Feb 2, 2024
2 parents 96bb728 + 3d635e6 commit 9b4325d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
steps:
- name: Checkout
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Nuget](https://img.shields.io/nuget/v/Byteology.RabbitRpc?style=for-the-badge)](https://www.nuget.org/packages/Byteology.RabbitRpc/)

# Byteology.RabbitRpc
This is a .NET wrapper around RabbitMQ that allows an easy way to setup RPC communication.

Expand Down

0 comments on commit 9b4325d

Please sign in to comment.