Skip to content

Version 11.2.0

Latest
Compare
Choose a tag to compare
@MrMatthewLayton MrMatthewLayton released this 11 Jan 18:20
· 0 commits to main since this release

ONIXLabs DotNET Library 11.2.0

We are excited to announce the release of ONIXLabs .NET Library version 11.2.0, now available on NuGet.

Core Updates

The following extension methods have been added to System.String:

  • NthIndexOf find the nth index of a char or string within the current string value.
  • SubstringBeforeNth obtains the sub-string before the nth index of the specified char or string value.
  • SubstringAfterNth obtains the sub-string after the nth index of the specified char or string value.

Security.Cryptography Updates

Hash and Salt structs now include a Length property that obtains their length in bytes.