IPAddressRange.Signed
1.6.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. [This is a signed assembly edition of "IPAddressRange" NuGet package.]
See the version list below for details.
Install-Package IPAddressRange.Signed -Version 1.6.0
dotnet add package IPAddressRange.Signed --version 1.6.0
<PackageReference Include="IPAddressRange.Signed" Version="1.6.0" />
paket add IPAddressRange.Signed --version 1.6.0
#r "nuget: IPAddressRange.Signed, 1.6.0"
Release Notes
v.1.6.0 - Enhance: Add "ToCidrString()" and "GetprefixLength()" method.
v.1.5.0 - Enhance: Add constructors variation / Save memory usage.
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.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.1.3 | 30 | 2/22/2021 | |
4.1.1 | 374 | 9/4/2020 | |
4.1.0 | 187 | 8/20/2020 | |
4.1.0-preview1 | 212 | 8/18/2020 | |
4.0.0 | 36,596 | 8/31/2019 | |
3.2.2 | 350 | 8/12/2019 | |
3.2.1 | 56,549 | 6/26/2019 | |
3.2.0 | 87,592 | 5/1/2018 | |
3.1.1 | 604 | 4/26/2018 | |
3.1.0 | 905 | 3/22/2018 | |
3.0.0.1 | 691 | 3/3/2018 | |
3.0.0-beta | 516 | 2/23/2018 | |
2.2.0 | 2,452 | 2/1/2018 | |
1.6.1 | 22,146 | 9/27/2016 | |
1.6.0.1 | 4,913 | 6/6/2016 | |
1.6.0.1-rc1 | 605 | 6/5/2016 | |
1.6.0 | 25,996 | 6/2/2016 | |
1.6.0-rc1 | 607 | 6/2/2016 |