Skip to content

Release 3.0.37

Choose a tag to compare

@bvdcode bvdcode released this 25 Jan 00:20
· 15 commits to main since this release
Refactor service registration and add hex conversion

Refactored service registration logic in ServiceRegistrar.cs for improved clarity and maintainability. Added ToHexStringLower extension to ByteArrayExtensions.cs for efficient lowercase hex conversion. Updated StreamExtensions.cs to use the new method for SHA-256 and SHA-512 hash outputs and enhanced XML docs. Removed redundant tests from StringHelperTests.cs.