diff --git a/changelog.md b/changelog.md index e06a9db..0b91c98 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.0 (19 Apr 2020) +- Add extension method to copy filesystem or folder to another filesystem subfolder. +- Fix issue with SubFileSystem not throwing an exception when mounting a windows filesystem with an incorrect uppercase drive letter (e.g `/mnt/C`) + ## 0.7.6 (28 Jan 2020) - Fix assembly to use Portable debug info. diff --git a/src/Zio/Zio.csproj b/src/Zio/Zio.csproj index 87b2b58..44ee98a 100644 --- a/src/Zio/Zio.csproj +++ b/src/Zio/Zio.csproj @@ -4,7 +4,7 @@ Alexandre Mutel Zio en-US - 0.7.6 + 0.8.0 Alexandre Mutel net40;net45;netstandard1.3;netstandard2.0 Zio