Dangl.AspNetCore.FileHandling Changelog for Version 0.3.0
v0.3.0:
Replace deprecated WindowsAzure.Storage dependency with Microsoft.Azure.Storage.Blob package
v0.2.0:
The generated assemblies now have a strong name. This is a breaking change of the binary API and will require recompilation on all systems that consume this package. The strong name of the generated assembly allows compatibility with other, signed tools. Please note that this does not increase security or provide tamper-proof binaries, as the key is available in the source code per Microsoft guidelines
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. The Clear() method on the InMemoryFileManager now disposes all held streams before releasing them