All notable changes to this project will be documented in this file. This project uses Semantic Versioning.
- Fixed the missing deployment of the
Abstractionspackage.
- Added the
UseCacheControlMiddlewareextension forIApplicationBuilder.
- The
IRequestCacheControlinterface was renamed toICacheControl. - Replaced the
UseRequestCacheControlAttributewith aUseRequestCacheControlmiddleware.
- The
AllowCacheUseandAllowCacheUpdateextension methods were added to simplify the otherwise required negations ofNoCacheandNoStore.
- Added support for .NET 7.0.
- Added support for .NET 6.0.
- Initial release. 🎉