Skip to content

Releases: RobThree/IPNetworkHelper

3.0.1

29 Mar 09:45
9d4e2a8
Compare
Choose a tag to compare

Bugfix release.

Fixes a bug where Extract() with an "Any" network would throw. Also fix an incorrect exception being thrown on an addressfamily mismatch.

3.0.0

01 Mar 15:28
198f144
Compare
Choose a tag to compare

The Contains() method now does the more intuitive thing (check if a network is contained within another network); if you want to check for overlap you can now use the new Overlaps() method.

2.0.2

01 Mar 10:29
24e0f8f
Compare
Choose a tag to compare

Fix image in README

2.0.1

01 Mar 10:21
e02ce6d
Compare
Choose a tag to compare

Include README in Nuget package

2.0.0

29 Feb 14:44
8a542e4
Compare
Choose a tag to compare

This release drops Microsoft.AspNetCore.HttpOverrides in favor of (new in .Net 8) System.Net.IPNetwork. This does mean, unfortunately, that NetStandard support had to be dropped and this library only supports .Net 8 or later.

Skip duplicate networks when extracting multiple networks from a network

10 Feb 13:06
f1d8300
Compare
Choose a tag to compare

Added overload to extract multiple networks from a starting network

10 Feb 13:05
51410b4
Compare
Choose a tag to compare

Minor documentation / package description update

14 Sep 07:33
67bde72
Compare
Choose a tag to compare

No code changes, only documentation and NuGet package description added.

Rename IPNetworkhelper to Networkhelper

14 Sep 07:32
9b17a87
Compare
Choose a tag to compare

You no longer have to type IPNetworkhelper.IPNetworkhelper; you can now simply add a using IPNetworkhelper and use Networkhelper.

Bugfix release

14 Sep 07:30
5cd2756
Compare
Choose a tag to compare

Fix /0 subnet bug