jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
368 stars 71 forks source link

Add Decrement and IsEqual to Bits #31

Closed richardlawley closed 6 years ago

richardlawley commented 6 years ago

This PR changes no core functionality of IPAddressRange, but adds Decrement and IsEquals to the Bits utility, to go with the existing LE, GE and Increment.

jsakamoto commented 6 years ago

Sorry to late.

I'm going to merge this pull request. Thank you.

But I'm busy until tow weeks later, so I would like to keep this change in alpha release channel.

I merged this pull request to release branch, and build NuGet package, and publish it as a pre-release version. ( https://www.nuget.org/packages/IPAddressRange/2.1.0-alpha )

Please let me more few weeks to official release for considering and checking detail of this change.

jsakamoto commented 6 years ago

@richardlawley I merged this pull request and just released the new NuGet package.

https://www.nuget.org/packages/IPAddressRange/2.1.0.1

Thanks!