Skip to content

Commit 2aed2c6

Browse files
committed
2 parents 6bff5c4 + 94d184d commit 2aed2c6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/dotnet-outdated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
3838
- name: run dotNet restore
39-
run: dotnet restore AyatDigitalApi.sln
39+
run: dotnet restore Biplov.EventBus.RabbitMQ.sln
4040

4141
- name: run dotnet outdated
4242
id: outdated
@@ -69,4 +69,4 @@ jobs:
6969
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
7070
--data '{ "title": "dotnet-outdated updates", "body": "Minor and Patch package updates", "head": "dotnet-outdated", "base": "main"}'
7171
fi
72-
fi
72+
fi

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# Rabbit MQ Event Bus
33

4+
<h3 align="center">
5+
6+
[![NuGet](https://img.shields.io/nuget/v/Biplov.EventBus.RabbitMQ.svg)](https://www.nuget.org/packages/Biplov.EventBus.RabbitMQ/)
7+
[![Downloads](https://img.shields.io/nuget/dt/Biplov.EventBus.RabbitMQ.svg)](https://www.nuget.org/packages/Biplov.EventBus.RabbitMQ/)
8+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
9+
10+
</h3>
11+
412
This project is based on [eshopOnContainers RabbitMQ](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/src/BuildingBlocks/EventBus/EventBusRabbitMQ) implementation and uses Serilog's logger for logging.
513

614
## How to install

0 commit comments

Comments
 (0)