Skip to content

Releases: TestableIO/System.IO.Abstractions

v6.0.15

09 Jul 19:16

Choose a tag to compare

Updated FileWrapper async calls to allow errors to bubble up. (#492)

Fixes #491

v6.0.14

29 Jun 14:07

Choose a tag to compare

Fix MockFileInfo.FullName - normalize paths (#482)

Fixes #425

v6.0.13

28 Jun 17:31
cb0443c

Choose a tag to compare

Merge pull request #490 from System-IO-Abstractions/dependabot/nuget/…

v6.0.11

21 Jun 19:23
7362c5c

Choose a tag to compare

Merge pull request #489 from System-IO-Abstractions/dependabot/nuget/…

v6.0.9

21 Jun 19:09
19e2564

Choose a tag to compare

Merge pull request #488 from System-IO-Abstractions/dependabot/nuget/…

v6.0.7

16 Jun 20:35

Choose a tag to compare

Bump Microsoft.NET.Test.Sdk from 16.1.0 to 16.1.1 (#478)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.1.0 to 16.1.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.1.0...v16.1.1)

v6.0.6

16 Jun 20:07

Choose a tag to compare

Fixes an issue with trailing spaces on directory path for Windows. (#…

v6.0.5

13 Jun 22:19
cc34aa4

Choose a tag to compare

Merge pull request #486 from System-IO-Abstractions/dependabot/nuget/…

v6.0.3

13 Jun 07:16
54e30ce

Choose a tag to compare

Merge pull request #485 from System-IO-Abstractions/dependabot/nuget/…

v6.0.1

07 Jun 04:46

Choose a tag to compare

Implement Async File Methods (#481)

Fixes #441