- Changed target framework to netstandard2.1 to work with any version of .NET
- New Feature: SetMany / SetManyAsync now allows you to many entries in one go. This can add many entries as quickly as a single Set call.
- New Feature: SetManyClass / SetManyClassAsync now allows you to many entries in one go. This can add many entries as quickly as a single SetClass call.
- New Feature: ClearAll now has an option to add a list of key/value pairs into the json cache file after the cache is cleared
- First release