From ea491c97305ec3fa38372b5fde4e85108683366e Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Sun, 19 Apr 2020 11:11:30 +0200 Subject: [PATCH] Bump to 0.8.0 --- changelog.md | 4 ++++ src/Zio/Zio.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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