Releases: TestableIO/System.IO.Abstractions
Releases · TestableIO/System.IO.Abstractions
v16.0.4
v16.0.3
What's Changed
Full Changelog: v16.0.2...v16.0.3
v16.0.2
What's Changed
- ci: switch from create-release to action-gh-release by @fgreinacher in #787
Full Changelog: v16.0.1...v16.0.2
v16.0.1
feat: allow overriding properties of (Mock)FileSystem (#782) BREAKING CHANGES: - (Mock)FileSystem are now derived from a new public class FileSystemBase for symmetry with other types - The setter for MockFileSystem.FileSystemWatcher has been removed. It is now virtual and should be overriden if required. Fixes #757, #778 and #776
v15.0.1
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
v14.0.13
chore(deps): update dependency microsoft.net.test.sdk to v17 (#771) Co-authored-by: Renovate Bot <bot@renovateapp.com>
v14.0.12
chore(deps): update dependency nunit3testadapter to v4 (#772) Co-authored-by: Renovate Bot <bot@renovateapp.com>
v14.0.11
chore(deps): update dependency coverlet.collector to v3 (#770)
v14.0.10
chore(deps): update dependency snapshooter.nunit to v0.7.1 (#769)
v14.0.9
chore(deps): update dependency nunit to v3.13.2 (#768)