Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Apr 19, 2020
1 parent 34c29d4 commit ea491c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/Zio/Zio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Alexandre Mutel</Copyright>
<AssemblyTitle>Zio</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.7.6</VersionPrefix>
<VersionPrefix>0.8.0</VersionPrefix>
<Authors>Alexandre Mutel</Authors>
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>Zio</AssemblyName>
Expand Down

0 comments on commit ea491c9

Please sign in to comment.