Releases: rameel/ramstack.filesystem
Releases · rameel/ramstack.filesystem
1.2.3
What's Changed
- Skip enumeration entirely for excluded directories
- Optimize Amazon S3Directory enumeration
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
1.2.0
What's Changed
- Remove unsafe code
- Fix handling of paths with extra '..' to match
Path.GetFullPath
Full Changelog: 1.1.1...1.2.0
1.1.1
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
- 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