Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 27, 2023
1 parent c2c62bd commit de506be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Zio provides a simple, powerful, cross-platform **filesystem abstraction for .NE

## Features

- Compatible with `.NET 4.0`, `4.5+`, `netstandard2.0`, `netstandard2.1` and `net6.0`
- Compatible with `.NET 4.6+`, `netstandard2.0`, `netstandard2.1` and `net7.0`
- API providing all operations provided by the regular System.IO API (e.g File.Move, Directory.Delete... etc.)
- Allowing atomic filesystem operations (e.g File.Replace...)
- A simple interface abstraction [`IFileSystem`](https://github.com/xoofx/zio/blob/main/src/Zio/IFileSystem.cs)
Expand Down

0 comments on commit de506be

Please sign in to comment.