SharpHDiffPatch-v2.0.2
What's changed?
- Changing the AOT Runtime to .NET 8.0 LTS (bflat and .NET NativeAOT compilations are now available)
- Read string path directly from the pointer
- Use
ArrayPool<T>to buffer the data - Local changes Improvements
- Adding logging
- Moving to System.CommandLine for parsing Command line arguments
- Use shared buffers from
ArrayPool<T>widely - Remove unused Compression codes
- Make some methods to be non-static
- Code clean-up
- Move ReadExactly from duplicate StreamExtension class