Skip to content

Releases: DavidRouyer/pipedrive-dotnet

Pipedrive.net v0.5.8

26 Oct 16:12
Compare
Choose a tag to compare
Pipedrive.net v0.5.8 Pre-release
Pre-release
  • fix: erasing expected close date on update (a74ce89)

Pipedrive.net v0.5.7

23 Oct 13:52
Compare
Choose a tag to compare
Pipedrive.net v0.5.7 Pre-release
Pre-release
  • fix: person & organization webhooks (45ce210)

Pipedrive.net v0.5.6

23 Oct 12:46
Compare
Choose a tag to compare
Pipedrive.net v0.5.6 Pre-release
Pre-release
  • refactor: use abstract generic classes (2c2ef4b)
  • feat: add Leads endpoint with Get/GetAll methods (8d4497a)
  • fix: make AddTime optional as Pipedrive didn't systematically set AddTime on old entities (f5acce3)

Pipedrive.net v0.5.5

03 Sep 12:48
Compare
Choose a tag to compare
Pipedrive.net v0.5.5 Pre-release
Pre-release
  • feat: add GET /organizations/{id}/files endpoint (728eb56)

Pipedrive.net v0.5.4

03 Sep 09:21
Compare
Choose a tag to compare
Pipedrive.net v0.5.4 Pre-release
Pre-release
  • fix: busy_flag can be null (7f59fe9)
  • feat: add GET /organizations/{id}/activities endpoint (0738343)
  • feat: add GET /organizations/{id}/flow endpoint (48769b0)

Pipedrive.net v0.5.3

02 Sep 18:46
Compare
Choose a tag to compare
Pipedrive.net v0.5.3 Pre-release
Pre-release
  • feat: allow update without custom fields (#62) thanks to @gregarican
  • feat: add location, public_description, busy_flag to activities (8509d43)
  • feat: add expected_close_date on deals (d651230, #62) thanks to @gregarican

Pipedrive.net v0.5.2

28 Jul 13:21
Compare
Choose a tag to compare
Pipedrive.net v0.5.2 Pre-release
Pre-release

fix: activity creation and update (d74e976)

Pipedrive.net v0.5.1

11 Jul 15:34
Compare
Choose a tag to compare
Pipedrive.net v0.5.1 Pre-release
Pre-release
  • bugfix: Make Value in SimpleDeal nullable

Pipedrive.net v0.5.0

11 Jul 15:29
Compare
Choose a tag to compare

Pipedrive.net v0.4.0

02 Jun 08:08
Compare
Choose a tag to compare
Pipedrive.net v0.4.0 Pre-release
Pre-release
  • BREAKING CHANGE: replace IntCustomField with LongCustomField