We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e930a commit 58002f9Copy full SHA for 58002f9
ReleaseNotes.md
@@ -1,12 +1,16 @@
1
# Release Notes
2
3
+List of notable changes between majors
4
+
5
## 22.0.0
6
7
- (Breaking) Removed support for some Async calls in .NET Framework and legacy versions of .NET to better support .NET 8 and later
8
- Minimum required TestableIO.System.IO.Abstractions version is now 22.x
9
- Removed .NET 7 build (should still work with .NET standard build)
10
- Removed .NET 6 build (should still work with .NET standard build)
11
12
## 2.0.0
13
14
- (Breaking) Moved all extensions methods to 'System.IO.Abstractions' namespace
15
- Added ThrowIfNotFound extension methods
16
- Removed .NET 5 build (should still work with .NET standard build)
0 commit comments