IPAddressRange 1.0.4
See the version list below for details.
dotnet add package IPAddressRange --version 1.0.4
NuGet\Install-Package IPAddressRange -Version 1.0.4
<PackageReference Include="IPAddressRange" Version="1.0.4" />
paket add IPAddressRange --version 1.0.4
#r "nuget: IPAddressRange, 1.0.4"
// Install IPAddressRange as a Cake Addin #addin nuget:?package=IPAddressRange&version=1.0.4 // Install IPAddressRange as a Cake Tool #tool nuget:?package=IPAddressRange&version=1.0.4
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can conatins check. This library supports both IPv4 and IPv6.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (38)
Showing the top 5 NuGet packages that depend on IPAddressRange:
Package | Downloads |
---|---|
Ocelot
Ocelot is an API gateway based on .NET stack. |
|
WhoisClient.NET
This library is a WHOIS protocol client used to search owner information by IP address or domain name. This library determines the WHOIS server automatically and queries the referral server recursively. The response of the whois query contains strongly typed values, and the raw output. |
|
ZNetCS.AspNetCore.IPFiltering
A middleware that allows whitelist or blacklist incomming requests based on IP address. It can be configured using single IP address or ranges. It supports single IP, IP range IPv4 and IPv6. There is also possible to ignore specific paths from IP filtering. |
|
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications. |
|
IQX.RoleManager.Abstractions
Package Description |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on IPAddressRange:
Repository | Stars |
---|---|
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
|
|
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
|
|
ThreeMammals/Ocelot
.NET API Gateway
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 2,905,892 | 6/1/2023 |
4.0.0 | 2,633,773 | 8/31/2019 |
3.2.2 | 247,954 | 8/12/2019 |
3.2.1 | 253,027 | 6/26/2019 |
3.2.0 | 1,325,770 | 5/1/2018 |
3.1.1 | 7,727 | 4/26/2018 |
3.1.0 | 70,357 | 3/22/2018 |
3.0.0.1 | 10,234 | 3/3/2018 |
3.0.0-beta | 1,605 | 2/23/2018 |
2.2.0 | 16,106 | 1/29/2018 |
2.1.1 | 80,616 | 11/28/2017 |
2.1.1-beta | 1,718 | 11/20/2017 |
2.1.0.1 | 56,377 | 11/16/2017 |
2.1.0-alpha | 1,706 | 11/1/2017 |
2.0.0.4 | 234,601 | 9/15/2017 |
2.0.0.3 | 130,392 | 7/4/2017 |
2.0.0.3-beta | 1,680 | 5/29/2017 |
2.0.0-beta | 1,910 | 5/19/2017 |
1.6.2.7 | 63,789 | 3/8/2017 |
1.6.2.6-beta | 1,633 | 3/1/2017 |
1.6.2.1-beta | 2,357 | 11/29/2016 |
1.6.1 | 75,985 | 9/27/2016 |
1.6.0 | 45,510 | 5/23/2016 |
1.5.0 | 220,403 | 10/16/2015 |
1.4.0.1 | 5,821 | 8/22/2015 |
1.4.0 | 23,724 | 6/3/2015 |
1.3.0.1 | 4,221 | 4/1/2015 |
1.3.0 | 1,961 | 4/1/2015 |
1.2.1 | 4,736 | 2/19/2015 |
1.2.0 | 62,111 | 2/5/2015 |
1.1.0-beta | 3,198 | 11/4/2014 |
1.0.6 | 15,066 | 3/10/2014 |
1.0.5 | 3,810 | 12/9/2013 |
1.0.4 | 2,047 | 12/9/2013 |
1.0.3 | 2,051 | 12/9/2013 |
1.0.2 | 12,932 | 5/28/2012 |
1.0.1 | 3,129 | 5/22/2012 |
1.0.0 | 4,558 | 5/17/2012 |
v.1.0.4 - Enhance: support bit mask range not only CIDR range.
v.1.0.3 - Fix: Can not parse the address which contains hex string.