LINQ-ish bit/byte manipulation in C#
- Added
IEnumerable<byte>.ToUInt64()
- Updated dependencies
- Removed dependency to GitVersionTask.
- Migrated to .NET Standard.
- Some API changes, most notably the
IList<byte>
extension methods use byte indeces instead of bit indeces.
Initial version