IPAddressRange 1.4.0
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.
See the version list below for details.
Install-Package IPAddressRange -Version 1.4.0
dotnet add package IPAddressRange --version 1.4.0
<PackageReference Include="IPAddressRange" Version="1.4.0" />
paket add IPAddressRange --version 1.4.0
Release Notes
v.1.4.0 - Enhance: Add IEnumerable<IPAddress> support.
v.1.3.0 - Enhance: support both "hyphen (-)" (0x002D) and "dash (–)" (0x2013) at begin-end format.
v.1.2.1 - Fix: "Parse()" and "TryParse()" methods throw IndexOutOfRangeException when bit mask length is invalid at CIDR format.
v.1.2.0 - Enhance: Add "Parse()" and "TryParse()" methods. (Instead, the constructor which has one string argument is obsoleted.)
v.1.1.0 - Enhance: Add "Contains()" method overload version of IPAddressRange argument.
v.1.0.6 - Fix Package: Repackage with Release build. (1.0.5 was Debug build)
v.1.0.5 - Fix: IPv4 CIDR range ".../32" causes crush.
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.
Dependencies
This package has no dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
4.0.0 | 22,105 | 8/31/2019 | ||
3.2.2 | 6,717 | 8/12/2019 | ||
3.2.1 | 50,965 | 6/26/2019 | ||
3.2.0 | 343,206 | 5/1/2018 | ||
3.1.1 | 864 | 4/26/2018 | ||
3.1.0 | 23,769 | 3/22/2018 | ||
3.0.0.1 | 6,416 | 3/3/2018 | ||
3.0.0-beta | 394 | 2/23/2018 | ||
2.2.0 | 4,185 | 1/29/2018 | ||
2.1.1 | 21,099 | 11/28/2017 | ||
2.1.1-beta | 522 | 11/20/2017 | ||
2.1.0.1 | 36,845 | 11/16/2017 | ||
2.1.0-alpha | 542 | 11/1/2017 | ||
2.0.0.4 | 16,937 | 9/15/2017 | ||
2.0.0.3 | 39,405 | 7/4/2017 | ||
2.0.0.3-beta | 469 | 5/29/2017 | ||
2.0.0-beta | 462 | 5/19/2017 | ||
1.6.2.7 | 20,032 | 3/8/2017 | ||
1.6.2.6-beta | 491 | 3/1/2017 | ||
1.6.2.1-beta | 663 | 11/29/2016 | ||
1.6.1 | 45,806 | 9/27/2016 | ||
1.6.0 | 22,352 | 5/23/2016 | ||
1.5.0 | 68,962 | 10/16/2015 | ||
1.4.0.1 | 3,234 | 8/22/2015 | ||
1.4.0 | 15,686 | 6/3/2015 | ||
1.3.0.1 | 2,686 | 4/1/2015 | ||
1.3.0 | 553 | 4/1/2015 | ||
1.2.1 | 2,707 | 2/19/2015 | ||
1.2.0 | 3,887 | 2/5/2015 | ||
1.1.0-beta | 1,962 | 11/4/2014 | ||
1.0.6 | 8,337 | 3/10/2014 | ||
1.0.5 | 1,505 | 12/9/2013 | ||
1.0.4 | 621 | 12/9/2013 | ||
1.0.3 | 622 | 12/9/2013 | ||
1.0.2 | 6,963 | 5/28/2012 | ||
1.0.1 | 786 | 5/22/2012 | ||
1.0.0 | 768 | 5/17/2012 |