Skip to content

Releases: RobThree/IPNetworkHelper

3.0.1

Choose a tag to compare

@RobThree RobThree released this 29 Mar 09:45
9d4e2a8

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

Choose a tag to compare

@RobThree RobThree released this 01 Mar 15:28
198f144

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

Choose a tag to compare

@RobThree RobThree released this 01 Mar 10:29
24e0f8f

Fix image in README

2.0.1

Choose a tag to compare

@RobThree RobThree released this 01 Mar 10:21
e02ce6d

Include README in Nuget package

2.0.0

Choose a tag to compare

@RobThree RobThree released this 29 Feb 14:44
8a542e4

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

Choose a tag to compare

@RobThree RobThree released this 10 Feb 13:06
f1d8300

See here

Added overload to extract multiple networks from a starting network

Choose a tag to compare

@RobThree RobThree released this 10 Feb 13:05
51410b4

See #1

Minor documentation / package description update

Choose a tag to compare

@RobThree RobThree released this 14 Sep 07:33
67bde72

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

Rename IPNetworkhelper to Networkhelper

Choose a tag to compare

@RobThree RobThree released this 14 Sep 07:32
9b17a87

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

Bugfix release

Choose a tag to compare

@RobThree RobThree released this 14 Sep 07:30
5cd2756

Fix /0 subnet bug