Skip to content

Commit e60b9a8

Browse files
author
欧俊
committed
修补说明信息与图标
1 parent 3f11c16 commit e60b9a8

5 files changed

Lines changed: 28 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[![License: MIT](https://www.rabbitmq.com/img/RabbitMQ-logo.svg)](https://www.rabbitmq.com/)
1+
[![License: MIT](https://www.rabbitmq.com/img/RabbitMQ-logo.svg)](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore/blob/dev/LICENSE)
2+
3+
# RabbitMQ.EventBus.AspNetCore
24

3-
# RabbitMQ.EventBus.AspNetCore           [Wiki](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore/wiki)
45
[![CodeFactor](https://www.codefactor.io/repository/github/ojdev/rabbitmq.eventbus.aspnetcore/badge)](https://www.codefactor.io/repository/github/ojdev/rabbitmq.eventbus.aspnetcore)
56
[![NuGet](https://img.shields.io/nuget/v/RabbitMQ.EventBus.AspNetCore.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore)
67
[![NuGet](https://img.shields.io/nuget/dt/RabbitMQ.EventBus.AspNetCore.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore)
@@ -11,9 +12,13 @@
1112
[![ISSUES](https://img.shields.io/github/issues-closed/ojdev/RabbitMQ.EventBus.AspNetCore.svg)]()
1213

1314

14-
## Modules
15-
### RabbitMQ.EventBus.AspNetCore.Butterfly
15+
该包为一个基于官方RabbitMQ.Client的二次封装包,专门针对Asp.Net Core项目进行开发,在微服务中进行消息的传递使用起来比较方便。
16+
17+
目前功能:
18+
19+
- [x] 发布/订阅
20+
- [x] 死信队列
21+
- [x] RPC功能(实验性)
22+
1623

17-
|Name|Package|NuGet|Status|Document|
18-
|:------|:------|:-----|:-----|:-----|
19-
|Butterfly|[RabbitMQ.EventBus.AspNetCore.Butterfly](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore.Butterfly)|[![NuGet](https://img.shields.io/nuget/v/RabbitMQ.EventBus.AspNetCore.Butterfly.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore.Butterfly)|[![NuGet](https://img.shields.io/nuget/dt/RabbitMQ.EventBus.AspNetCore.Butterfly.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore.Butterfly)|[使用说明](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore/wiki/RabbitMQ.EventBus.AspNetCore.Butterfly)|
24+
# [使用说明](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore/wiki)

RabbitMQ.EventBus.AspNetCore.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "other", "other", "{1619DC26
1111
ProjectSection(SolutionItems) = preProject
1212
LICENSE = LICENSE
1313
README.md = README.md
14-
WIKI.md = WIKI.md
1514
EndProjectSection
1615
EndProject
1716
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F1EBF978-A647-4E88-A8E8-6B1F9381ADF2}"

src/RabbitMQ.EventBus.AspNetCore/RabbitMQ.EventBus.AspNetCore.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<ImplicitUsings>enable</ImplicitUsings>
1818
<Title>RabbitMQ.EventBus.AspNetCore</Title>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
20-
<Copyright>Corp. 2018 luacloud</Copyright>
20+
<Copyright>Corp. 2018 欧俊</Copyright>
21+
<PackageIcon>dotnet-logo.png</PackageIcon>
2122

2223
</PropertyGroup>
2324

@@ -41,4 +42,11 @@
4142
</None>
4243
</ItemGroup>
4344

45+
<ItemGroup>
46+
<None Update="dotnet-logo.png">
47+
<Pack>True</Pack>
48+
<PackagePath>\</PackagePath>
49+
</None>
50+
</ItemGroup>
51+
4452
</Project>
2.09 KB
Loading
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)