10.0.0
·
166 commits
to main
since this release
What's Changed
- Update major version to align with the CMS
- Implement IFileProviderFactory, move shared infrastructure to Umbraco.StorageProviders and support Umbraco 10 by @ronaldbarendse in #36
- Remove extra slash between CDN URL and media path by @ronaldbarendse in #41
Breaking Changes
- Target framework updated to .NET 6 and dependencies updated to Umbraco 10.0.0 and ImageSharp.Web 2.0.1
AzureBlobFileSystem
now implementsIFileProviderFactory
to expose the files via the ASP.NET CoreWebRootFileProvider
, removing theAzureBlobFileSystemMiddleware
andUseAzureBlobMediaFileSystem()
extension method- The CDN configuration now binds to the
Umbraco:Storage:Cdn
configuration section (instead ofUmbraco:Storage:AzureBlob:Media:Cdn
)
Full Changelog: release-1.1.1...release-10.0.0