Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed May 28, 2024
1 parent 39b8a9f commit a2eb69e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,10 @@ Apache-v2

## History

* 1.8.0:
* Added file system abstraction interface called `IFileSystem`.
* This interface allows repository access independent of the local file system.
* Currently undocumented, but there is a `StandardFileSystem` class that uses `System.IO` as its default implementation, so you may want to refer to this class.
* 1.7.0:
* Rebuilt on .NET 8.0 SDK.
* 1.6.0:
Expand Down

0 comments on commit a2eb69e

Please sign in to comment.