Skip to content

Commit 5311756

Browse files
committed
add 0.0.5
1 parent f501e4e commit 5311756

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
**[RapiDoc](https://github.com/mrin9/RapiDoc)** Custom Element for Open-API spec viewing ,Support .NET Core3.1 、.NET Standard2.0、.NET5.0、.NET6.0。
55

66

7-
[![nuget](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc)
7+
[![RapiDoc](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square&color=fedcba)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc)
8+
[![RapiDoc.Extra](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.Extra.svg?style=flat-square)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc.Extra)
89
[![stats](https://img.shields.io/nuget/dt/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square)](https://www.nuget.org/stats/packages/IGeekFan.AspNetCore.RapiDoc?groupby=Version) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/luoyunchong/IGeekFan.AspNetCore.RapiDoc/master/LICENSE)
910
<p>
1011
<span>English</span> |

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
一个实现了Swagger 2.0 and OpenAPI 3.0,适用于任何框架或没有框架的API文档.我将其集成到 AspNetCore 中。更多特性,请参考 **[RapiDoc](https://github.com/mrin9/RapiDoc) README**
77

8-
[![nuget](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc)
8+
[![RapiDoc](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square&color=fedcba)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc)
9+
[![RapiDoc.Extra](https://img.shields.io/nuget/v/IGeekFan.AspNetCore.RapiDoc.Extra.svg?style=flat-square)](https://www.nuget.org/packages/IGeekFan.AspNetCore.RapiDoc.Extra)
910
[![stats](https://img.shields.io/nuget/dt/IGeekFan.AspNetCore.RapiDoc.svg?style=flat-square)](https://www.nuget.org/stats/packages/IGeekFan.AspNetCore.RapiDoc?groupby=Version) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/luoyunchong/IGeekFan.AspNetCore.RapiDoc/master/LICENSE)
1011

1112
<p>

src/IGeekFan.AspNetCore.RapiDoc.Extra/IGeekFan.AspNetCore.RapiDoc.Extra.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<Copyright>MIT License</Copyright>
1919
<PackageLicenseExpression></PackageLicenseExpression>
20-
<AssemblyVersion>0.0.4.0</AssemblyVersion>
21-
<FileVersion>0.0.4.0</FileVersion>
20+
<AssemblyVersion>0.0.5.0</AssemblyVersion>
21+
<FileVersion>0.0.5.0</FileVersion>
2222
<AssemblyName>IGeekFan.AspNetCore.RapiDoc.Extra</AssemblyName>
2323
<PackageLicenseFile></PackageLicenseFile>
2424
</PropertyGroup>

src/IGeekFan.AspNetCore.RapiDoc/IGeekFan.AspNetCore.RapiDoc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<Copyright>MIT License</Copyright>
1919
<PackageLicenseExpression></PackageLicenseExpression>
20-
<AssemblyVersion>0.0.4.0</AssemblyVersion>
21-
<FileVersion>0.0.4.0</FileVersion>
20+
<AssemblyVersion>0.0.5.0</AssemblyVersion>
21+
<FileVersion>0.0.5.0</FileVersion>
2222
<AssemblyName>IGeekFan.AspNetCore.RapiDoc</AssemblyName>
2323
<PackageLicenseFile></PackageLicenseFile>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)