- No functional changes
- Updated Polly dependency to latest, v7.1.1
- Consolidated solution and fixed build
- Add SourceLink support
- Added NetStandard 2.1 target (for .NET Core3.0 consumption)
- Added test runs in netcoreapp3.0; .NET Framework 4.6.1; and .NET Framework 4.7.2
- Updated FluentAssertions and xUnit dependencies
- Allow caching of
default(TResult)
- Compatible with Polly >= v7
- No functional changes
- Indicate compatibility with Polly < v7
- Provide a single signed package only.
- Update Polly to V6.0.1.
- Support .net Standard 2.0.
- Rename package, and change namespaces, from Polly.Caching.IDistributedCache to Polly.Caching.Distributed, to avoid clashes.
- Allows Polly's CachePolicy to be used with
Microsoft.Extensions.Caching.Distributed.IDistributedCache
implementations. - Release candidate