Added support for .NET Framework 4.6.1, dependencies updated, added VectorNot, VectorAnd and VectorOr methods for BitString, added StringExtensions.TrimSingle and GenericArrayExtensions.Clone methods
https://www.nuget.org/packages/Platform.Collections/0.0.5
Added support for net461 (.NET Framework 4.6.1).
Platform.Interfaces dependency updated from 0.1.0 to 0.1.1.
Platform.Disposables dependency updated from 0.1.0 to 0.1.1.
Platform.Ranges dependency updated from 0.0.4 to 0.0.5.
For BitString:
- Added implementation of IEquatable interface.
- Added VectorNot, VectorAnd and VectorOr methods and tests for them.
- Added BitStringExtensions with SetRandomBits method.
- Added System.Numerics.Vectors dependency.
- Added Platform.Random dependency.
Added StringExtensions.TrimSingle method and test for it.
Added GenericArrayExtensions with Clone method.
Added tests.
Refactoring, issues fix.