All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 🚀 Upgraded to NET6.0
- Exceptions getting thrown in the Exception retry's.
- Exceptions getting thrown in the Exception retry's.
CheckRavenDbPolicy
->CheckRavenDbPolicyAsync
(sync to async .. was ignoring exceptions getting thrown)SetupRavenDbPolicyAsync
->SetupRavenDbPolicyAsync
(sync to async .. was ignoring exceptions getting thrown)
- Added Changelog.
- Multi-Targetting NETStandard 2.0 and NET5.0
- 🚀 Initial release.