Releases: TestableIO/System.IO.Abstractions
Releases · TestableIO/System.IO.Abstractions
v5.0.1
Make IFileSystemWatcher derive from IDisposable (#479) Fixes #469
v4.2.17
Merge pull request #477 from System-IO-Abstractions/dependabot/nuget/…
v4.2.15
Merge pull request #476 from System-IO-Abstractions/dependabot/nuget/…
v4.2.13
Truncate existing files when writing via FileMode.Create/CreateNew (#…
v4.2.12
Merge pull request #474 from System-IO-Abstractions/dependabot/nuget/…
v4.2.10
Bump Microsoft.NET.Test.Sdk from 16.0.1 to 16.1.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.0.1 to 16.1.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.0.1...v16.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
v4.2.9
Bump Nerdbank.GitVersioning from 2.3.138 to 2.3.151 Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 2.3.138 to 2.3.151. - [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/compare/v2.3.138...v2.3.151) Signed-off-by: dependabot[bot] <support@dependabot.com>
v4.2.8
Unix support in unit tests move Path to use XFS.Path.
v4.2.4
Deploy from master again
v4.1.6
- Added HResult value for ERROR_SHARING_VIOLATION to File in use exception (#462) by @roketworks