Skip to content

v15.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Dec 15:27
5539592
feat: add missing path APIs (#777)

This adds support for all `System.IO.Path` members in .NET 5 and 6.

BREAKING CHANGE: This is a breaking change for people implementing `System.IO.Abstractions.IPath` or deriving from `System.IO.Abstractions.PathBase` because new members have been added to their API surface.

Fixes #774