Skip to content

Commit

Permalink
Release v.4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Aug 31, 2019
1 parent ee7462e commit 313dc96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions IPAddressRange/IPAddressRange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<NuspecFile>IPAddressRange.nuspec</NuspecFile>
<Copyright>Copyright © 2012-2019 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Version>3.2.2.0</Version>
<Version>4.0.0.0</Version>
<Authors>J.Sakamoto</Authors>
<Company />
<Product>IPAddressRange</Product>
<Summary>This library allows you to parse range of IP address string, and can conatins check.</Summary>
<Description>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.</Description>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jsakamoto/ipaddressrange/</PackageProjectUrl>
<PackageReleaseNotes>v.3.2.2
<PackageReleaseNotes>v.4.0.0
- Implement "IEquatable&lt;T&gt;" interface and "GetHashCode()".
v.3.2.2
- Fix: Parsing non-linear subnet mask should be failed.
v.3.2.1
- Fix implementation problem (Remove useless GetAddressBytes)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ rangeI.ToCidrString(); // is 192.168.0.0/24

Release Note
------------

- **v.4.0.0** - Implement "IEquatable&lt;T&gt;" interface and "GetHashCode()".
- **v.3.2.2** - Fix: Parsing non-linear subnet mask should be failed.
- **v.3.2.1** - Fix implementation problem (Remove useless GetAddressBytes)
- **v.3.2.0**
Expand Down

0 comments on commit 313dc96

Please sign in to comment.