Skip to content

Releases: rameel/ramstack.filesystem

1.1.1

14 Sep 23:18
b52b2e3
Compare
Choose a tag to compare

Downgraded Package Versions: Due to some dependencies in some projects, a NuGet warning NU1605 about version downgrades was occurring.

This patch downgrades the Microsoft.Extensions.FileProviders.Abstractions package from version 8.0.0 to 6.0.0 to resolve the issue.

1.1.0

14 Sep 21:19
6c19c05
Compare
Choose a tag to compare
  • Make encoding parameter nullable in file read/write methods
  • Update NuGet packages

1.0.1

13 Sep 21:55
f62e42b
Compare
Choose a tag to compare

Addresses an oversight where the Ramstack.Globbing package wasn't updated to latest version before publication.

1.0.0

13 Sep 21:51
f73d07d
Compare
Choose a tag to compare

Initial release of Ramstack.FileSystem

1.0.0-preview.9

10 Sep 22:15
9488d8b
Compare
Choose a tag to compare
1.0.0-preview.9 Pre-release
Pre-release
  • Add extension methods for reading file contents
  • Add extension methods for file writing operations
  • Rename CopyAsync method to CopyToAsync
  • Add missing "this" keyword to extension methods
  • Change EnumerableExtensions visibility to public

1.0.0-preview.8

05 Sep 18:23
22534ee
Compare
Choose a tag to compare
1.0.0-preview.8 Pre-release
Pre-release

Update VirtualPath class to be public, allowing access to virtual path utilities

1.0.0-preview.7

04 Sep 17:58
9ad279b
Compare
Choose a tag to compare
1.0.0-preview.7 Pre-release
Pre-release

Add helper methods for flattening and composing file systems

1.0.0-preview.6

04 Sep 15:45
5acc1f0
Compare
Choose a tag to compare
1.0.0-preview.6 Pre-release
Pre-release
  • Move CopyToAsync extension to VirtualFile 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

04 Sep 15:42
20e1801
Compare
Choose a tag to compare
1.0.0-preview.5 Pre-release
Pre-release
  • Support for Amazon S3
  • Batch delete operations to reduce multiple requests

1.0.0-preview.4

24 Aug 22:04
95025d3
Compare
Choose a tag to compare
1.0.0-preview.4 Pre-release
Pre-release
  • Add CompositeFileSystem
  • Use ConfigureAwait(false)
  • Add support for artificial (placeholder) directories in PrefixedFileSystem