Releases: lsymds/Filesystem
Releases · lsymds/Filesystem
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Release Notes
- BREAKING CHANGE [1]: All code for the base functionality of the library, the adapters and dependency injection providers is now contained within a single NuGet package.
Upgrade Guide
[1] Single package
- Upgrade the
Baseline.Filesystempackage to 3.0.0. - Remove all references to any
Baseline.Filesystempackages other thanBaseline.Filesystem.
v2.0.0
v1.1.0
v1.0.0
Initial release of Baseline.Filesystem with the S3 adapter being the only one available (for now). Documentation is available at https://docs.baselineproject.xyz/filesystem/
v0.0.0-alpha.9
- Return
MemoryStreamfrom theS3Adapter.ReadFileAsStreamAsyncmethod instead of AWS' Stream that doesn't seem to work very well.
v0.0.0-alpha.8
- Implement a method to allow file contents to be read as a stream.
v0.0.0-alpha.7
- Implement directory listing and iterating.
- Tidy up responses, ensuring each method returns their own response.