Skip to content

Commit cb900af

Browse files
committed
Readme
1 parent 01ff92d commit cb900af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NuGet](https://img.shields.io/nuget/v/ZNetCS.AspNetCore.IPFiltering.svg)](https://www.nuget.org/packages/ZNetCS.AspNetCore.IPFiltering)
44
[![Build](https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/workflows/build/badge.svg)](https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/actions)
55

6-
A middleware that allows whitelist or blacklist incomming requests based on IP address. It can be configured using single IP address or ranges.
6+
A middleware that allows whitelist or blacklist incoming requests based on IP address. It can be configured using single IP address or ranges.
77
It supports single IP, IP range IPv4 and IPv6. There is also possible to ignore specific paths from IP filtering.
88

99
## Installing
@@ -21,7 +21,7 @@ When you install the package, it should be added to your `.csproj`. Alternativel
2121

2222
```xml
2323
<ItemGroup>
24-
<PackageReference Include="ZNetCS.AspNetCore.IPFiltering" Version="6.0.1" />
24+
<PackageReference Include="ZNetCS.AspNetCore.IPFiltering" Version="9.0.0" />
2525
</ItemGroup>
2626
```
2727

0 commit comments

Comments
 (0)