Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jun 17, 2020
1 parent c95c771 commit 067cd52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,5 +1,11 @@
# Changelog

## 0.9.0 (17 Jun 2020)
- Add FileSystem.Name for debugging purpose.
- Add DebuggerDisplay/DebuggerTypeProxy to all FileSystem
- Breaking change: Renaming of protected `ComposeFileSystem.NextFileSystem` to `ComposeFileSystem.Fallback`
- Breaking Change: `FileSystem.CopyFileCross` destination IFileSystem moved to 3rd parameter instead of 2nd.

## 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`)
Expand Down
2 changes: 1 addition & 1 deletion src/Zio/Zio.csproj
Expand Up @@ -4,7 +4,7 @@
<Copyright>Alexandre Mutel</Copyright>
<AssemblyTitle>Zio</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.8.0</VersionPrefix>
<VersionPrefix>0.9.0</VersionPrefix>
<Authors>Alexandre Mutel</Authors>
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>Zio</AssemblyName>
Expand Down

0 comments on commit 067cd52

Please sign in to comment.