- Strong-name the assembly: #12.
- Add
net6.0
andnet8.0
target frameworks. - Enable nullable annotations.
- Add
BinaryPatch.Create(ReadOnlySpan<byte>, ReadOnlySpan<byte>, Stream)
overload. - Reduce unnecessary allocations.
- Initial release.
- Port of bsdiff 4.3 to managed code.