Releases: rameel/ramstack.fileproviders
Releases · rameel/ramstack.fileproviders
2.7.3
What's Changed
- Add net6/net8 multitargeting with polyfills
- Polish xml-comments and fix typos
- Refine README files
Full Changelog: 2.7.2...2.7.3
2.7.2
What's Changed
- Fix missed file change notifications in
PrefixedFileProvider.Watch()when using glob patterns with**
Full Changelog: 2.7.1...2.7.2
2.7.1
What's Changed
PrefixedFileProvider: Forward all paths unchanged when prefix is/
Full Changelog: 2.7.0...2.7.1
2.7.0
What's Changed
- Remove obsolete
ZipFileProvider - Update Ramstack.Globbing to 2.3.3
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- Deprecate
ZipFileProviderbecause it relies onZipArchive, which does not support parallel read operations or simultaneous stream access, potentially causing more issues than benefits.
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
What's Changed
PrefixedFileProvidernow correctly resolves and forwards applicable glob filters to its inner provider in theWatch(string filter).
Full Changelog: 2.4.1...2.5.0