Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 564 Bytes

File metadata and controls

16 lines (9 loc) · 564 Bytes

Release Notes

2.0.0

  • Changed target framework to netstandard2.1 to work with any version of .NET

1.1.0

  • 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

1.0.0

  • First release