Changelog
All notable changes to Dangl.AspNetCore.FileHandling are documented here.
v0.1.6:
- Add option to get and save files with just their filename / filepath and a container name
- Add option to delete files
v0.1.5:
- Add option to save timestamped files in a hierarchical structure
v0.1.4:
- Add package
Dangl.AspNetCore.FileHandling.Azure
v0.1.3:
- Update
InMemoryFileManager
to create copies of the saved streams so they are accessible after the original was disposed. TheClear()
method on theInMemoryFileManager
now disposes all held streams before releasing them
v0.1.2:
- Internal update of build system
v0.1.1:
- Update package settings
v0.1.0:
- Initial release