Releases: rameel/ramstack.filesystem
Releases · rameel/ramstack.filesystem
1.1.1
1.1.0
- Make
encoding
parameter nullable in file read/write methods - Update NuGet packages
1.0.1
Addresses an oversight where the Ramstack.Globbing package wasn't updated to latest version before publication.
1.0.0
Initial release of Ramstack.FileSystem
1.0.0-preview.9
- Add extension methods for reading file contents
- Add extension methods for file writing operations
- Rename
CopyAsync
method toCopyToAsync
- Add missing "this" keyword to extension methods
- Change
EnumerableExtensions
visibility to public
1.0.0-preview.8
Update VirtualPath
class to be public, allowing access to virtual path utilities
1.0.0-preview.7
Add helper methods for flattening and composing file systems
1.0.0-preview.6
- Move
CopyToAsync
extension toVirtualFile
instance method - Apply
SequentialScan
only on Windows system - Add multiple constructors to
AzureFileSystem
- Add support for specifying ACL when creating S3 buckets
1.0.0-preview.5
- Support for Amazon S3
- Batch delete operations to reduce multiple requests
1.0.0-preview.4
- Add
CompositeFileSystem
- Use ConfigureAwait(false)
- Add support for artificial (placeholder) directories in
PrefixedFileSystem