Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

1.4.1

Compare
Choose a tag to compare
@asbjornu asbjornu released this 29 Sep 12:47
· 562 commits to develop since this release
  • Removed the ReadWriteTimeout property and made the Timeout property a TimeSpan so it's more forward-compatible with System.Net.HttpClient (704cacd)
  • Added Timeout and ReadWriteTimeout properties to IRavenClient. Resolves #54.
  • Added GitVersionTask (bd0bfdd)
  • Added async methods
  • Added support to framework 4.0 and 4.5 (#45)
  • Added support for async methods (#46)