Added support for .NET Framework 4.7, Platform.Exceptions dependency updated, added Difference extension method, added the implicit converters
https://www.nuget.org/packages/Platform.Ranges/0.0.5
Added support for net47 (.NET Framework 4.7).
Platform.Exceptions dependency updated from 0.1.1 to 0.2.0.
Added Difference extension method for Range struct (supporting all basic numeric .NET types).
Added the implicit converter to ValueTuple and back for Range struct. It is now possible to use (0, 1)
expression instead of new Range<int>(0, 1)
.
XML documentation file generation turned on.
Travis CI connected.
Refactoring, issues fix.