Skip to content

TruePath v1.8.0

Choose a tag to compare

@github-actions github-actions released this 31 May 15:05
· 115 commits to main since this release

Added

  • #87: all the path types are now IComparable<Self>. Thanks to @alvkn!
  • IPath<TPath> generic interface now supports a Create method to create a path from its string representation. Thanks to @alvkn!
  • #120: a new method on paths, ChangeExtension. Thanks to @alvkn!

Fixed

  • #134: path normalization fails when input has both dot folders and file extension. Thanks to @maxkatz6 and @kant2002 for a detailed report and a fix!