Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 711 Bytes

CHANGELOG.md

File metadata and controls

16 lines (14 loc) · 711 Bytes

2.1.0


  • Added Async Support (.NET Framework 4.5 Only) - Massive thanks to @mauricedb for the implementation

2.0.0


  • Added Portable Class Library (Issue #4) - Thanks to @ghuntley for the implementation
  • The Polly NuGet package is now no longer strongly named. The strongly named NuGet package is now Polly-Signed (Issue #5)

1.1.0


  • Added additional overloads to Retry
  • Allow arbitrary data to be passed to policy execution (Issue #1)