Releases: NFig/NFig.Redis
Releases · NFig/NFig.Redis
v2.2.0
- Fixed
additionalDefaultConverters
parameter (it never actually worked in the past). The parameter is now of type IEnumerable<ISettingConverter>
. This is technically a breaking change since some method signatures changed.
v2.1.0
v2.1.0 - netcoreapp2.0;net462 compatibility
- use build.ps1 and build.cmd
- add NFig.Redis.Tests project
- remove SampleApplication project