IPAddressRange.Signed
3.1.0
[Superseded] This package became only metadata package for installing "IPAddressRange" NuGet package, because "IPAddressRange" NuGet package became strong-named assembly.
Please consider to installing "IPAddress" NuGet package directly instead of this package.
----------------------------
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.Signed -Version 3.1.0
dotnet add package IPAddressRange.Signed --version 3.1.0
<PackageReference Include="IPAddressRange.Signed" Version="3.1.0" />
paket add IPAddressRange.Signed --version 3.1.0
#r "nuget: IPAddressRange.Signed, 3.1.0"
Release Notes
v.3.1.0 - Support parsing for IPv4 mapped to IPv6 address range.
v.3.0.0 - Sign the assembly. (make it to strong-named assembly.)
v.2.2.0 - Enhance: IPv4 shortcut notation support (like "192.168.0.0-255").
v.2.1.1 - Fix: Error if parsing IP address with scope id in the end.
v.2.1.0 - Enhance: Add "IsEqual" and "Decrement" methods to "Bits" utility class.
v.2.0.0 - [BREAKING CHANGE] Truncate .NET 4.0 support.
- Enhance: can serialize/deserialize json text by JSON.NET
v.1.6.2 - Support: .NET Standard 1.4 (.NET Core) and UWP
v.1.6.1 - Fix: Add some parameter checks for throwing ArgumentNullException
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
-
- IPAddressRange (>= 3.1.0)
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 | 31 | 2/22/2021 | |
4.1.1 | 375 | 9/4/2020 | |
4.1.0 | 188 | 8/20/2020 | |
4.1.0-preview1 | 213 | 8/18/2020 | |
4.0.0 | 36,753 | 8/31/2019 | |
3.2.2 | 351 | 8/12/2019 | |
3.2.1 | 56,636 | 6/26/2019 | |
3.2.0 | 87,607 | 5/1/2018 | |
3.1.1 | 605 | 4/26/2018 | |
3.1.0 | 906 | 3/22/2018 | |
3.0.0.1 | 692 | 3/3/2018 | |
3.0.0-beta | 517 | 2/23/2018 | |
2.2.0 | 2,453 | 2/1/2018 | |
1.6.1 | 22,157 | 9/27/2016 | |
1.6.0.1 | 4,914 | 6/6/2016 | |
1.6.0.1-rc1 | 606 | 6/5/2016 | |
1.6.0 | 25,997 | 6/2/2016 | |
1.6.0-rc1 | 608 | 6/2/2016 |