Skip to content

TruePath v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 21:01
· 109 commits to main since this release

Added

  • New IPath and IPath<TPath> interfaces that allow to process any paths (LocalPath and AbsolutePath) in a polymorphic way.

  • #41: GetFileNameWithoutExtension extension method for IPath.

    Thanks to @Komroncube.

  • #42: GetExtensionWithDot and GetExtensionWithoutDot extension methods for IPath.

    Thanks to @Komroncube and @y0ung3r.

Changed

  • #19: Optimize PathStrings.Normalize method.

    Thanks to @BadRyuner.

  • Improve the project documentation.