jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

[1.1.10-alpha-01] `PathExtensions.RemoveLeadingAndTrailingSeparators()` was calling `RemoveLeadingSeparators` twice and not calling `RemoveTrailingSeparators` #28

Closed Jo0 closed 4 years ago

Jo0 commented 4 years ago

[1.1.10-alpha-01] 2020-05-15

Changed

Fixed

[1.1.10-alpha] 2020-05-12

Changed