Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 09:28
· 212 commits to master since this release
66b305c

https://www.nuget.org/packages/Platform.Ranges/0.1.0

The lowest supported version of .NET Framework is now 4.7.1.
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Exceptions dependency updated from 0.2.0 to 0.2.1.
Range<T>.IsInsideRange method removed.
ContainsValue and ContainsRange methods in Range<T> struct renamed to Contains.
Added the static class Range with constants fields for numeric ranges.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Refactoring, performance optimizations, issues fix.

This release is not backward compatible with the previous 0.0.5 release.