Skip to content

Commit 8596dc3

Browse files
committed
fix
1 parent 444d748 commit 8596dc3

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
[![NuGet](https://img.shields.io/nuget/v/RabbitMQ.EventBus.AspNetCore.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore)
66
[![NuGet](https://img.shields.io/nuget/dt/RabbitMQ.EventBus.AspNetCore.svg?style=popout)](https://www.nuget.org/packages/RabbitMQ.EventBus.AspNetCore)
77
[![GitHub license](https://img.shields.io/github/license/ojdev/RabbitMQ.EventBus.AspNetCore.svg)](https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore/blob/master/LICENSE)
8-
[![COUNT](https://img.shields.io/github/languages/count/srburton/RabbitMQ.EventBus.AspNetCore.svg)]()
9-
[![LAST COMMIT](https://img.shields.io/github/last-commit/srburton/RabbitMQ.EventBus.AspNetCore.svg)]()
10-
[![CODE SIZE](https://img.shields.io/github/languages/code-size/srburton/RabbitMQ.EventBus.AspNetCore.svg)]()
11-
[![ISSUES](https://img.shields.io/github/issues-raw/srburton/RabbitMQ.EventBus.AspNetCore.svg)]()
12-
[![ISSUES](https://img.shields.io/github/issues-closed/srburton/RabbitMQ.EventBus.AspNetCore.svg)]()
13-
[![FangPlus license](https://img.shields.io/badge/FangPlus-2.0-green.svg)](https://ch.hrb.housecool.com)
8+
[![LAST COMMIT](https://img.shields.io/github/last-commit/ojdev/RabbitMQ.EventBus.AspNetCore.svg)]()
9+
[![CODE SIZE](https://img.shields.io/github/languages/code-size/ojdev/RabbitMQ.EventBus.AspNetCore.svg)]()
10+
[![ISSUES](https://img.shields.io/github/issues-raw/ojdev/RabbitMQ.EventBus.AspNetCore.svg)]()
11+
[![ISSUES](https://img.shields.io/github/issues-closed/ojdev/RabbitMQ.EventBus.AspNetCore.svg)]()
1412

1513

1614
## Modules

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<Company>欧俊</Company>
1111
<Authors>欧俊</Authors>
1212
<Description>asp.net core 下使用的RabbitMQ</Description>
13-
<PackageLicenseUrl>https://raw.githubusercontent.com/ojdev/RabbitMQ.EventBus.AspNetCore/master/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseUrl></PackageLicenseUrl>
1414
<PackageProjectUrl>https://github.com/ojdev/RabbitMQ.EventBus.AspNetCore</PackageProjectUrl>
1515
<Version>1.2.0</Version>
16+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -24,8 +25,15 @@
2425
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
2526
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
2627
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
27-
<PackageReference Include="Polly" Version="7.0.1" />
28+
<PackageReference Include="Polly" Version="7.1.0" />
2829
<PackageReference Include="RabbitMQ.Client" Version="5.1.0" />
2930
</ItemGroup>
3031

32+
<ItemGroup>
33+
<None Include="..\..\LICENSE">
34+
<Pack>True</Pack>
35+
<PackagePath></PackagePath>
36+
</None>
37+
</ItemGroup>
38+
3139
</Project>

0 commit comments

Comments
 (0)