Skip to content

Releases: lsymds/Filesystem

v3.3.0

24 Feb 22:24
81d1eb8

Choose a tag to compare

  • Upgrade package dependencies.

v3.2.0

13 Nov 11:20

Choose a tag to compare

  • Adds the local/physical adapter.

v3.1.0

31 Oct 16:55

Choose a tag to compare

  • Adds an in memory filesystem adapter.

v3.0.0

21 Oct 08:20
03f07b6

Choose a tag to compare

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.Filesystem package to 3.0.0.
  • Remove all references to any Baseline.Filesystem packages other than Baseline.Filesystem.

v2.0.0

07 Oct 20:45
29709a3

Choose a tag to compare

  • BREAKING CHANGE: Support .NET 6 only, drop support for all previous versions.
  • Reformat entire codebase with CSharpier.
  • Upgrade all dependencies.

v1.1.0

06 Nov 00:21
bda930f

Choose a tag to compare

Bump dependencies

v1.0.0

04 Jul 16:14
6610406

Choose a tag to compare

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

26 May 10:23

Choose a tag to compare

v0.0.0-alpha.9 Pre-release
Pre-release
  • Return MemoryStream from the S3Adapter.ReadFileAsStreamAsync method instead of AWS' Stream that doesn't seem to work very well.

v0.0.0-alpha.8

26 May 09:32
2927a32

Choose a tag to compare

v0.0.0-alpha.8 Pre-release
Pre-release
  • Implement a method to allow file contents to be read as a stream.

v0.0.0-alpha.7

24 May 12:52
42abf2c

Choose a tag to compare

v0.0.0-alpha.7 Pre-release
Pre-release
  • Implement directory listing and iterating.
  • Tidy up responses, ensuring each method returns their own response.