Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Releases: soukoku/HelloSignApi

v3.0.0-alpha1

31 Dec 20:51

Choose a tag to compare

v3.0.0-alpha1 Pre-release
Pre-release
  • Updated with the current Dropbox Sign API docs on all the operations and model properties.
  • Lots of reorg and renames.
  • Uses JSON as request content unless files are involved.
  • Built for net462, netstandard2.0, and net6.0.

v2.1.0

24 Dec 02:25

Choose a tag to compare

What's Changed

  • Add CustomField to the Template so we can return this properly. by @zbeckerman in #10
  • Changed minimum to net452
  • Added source link support
  • Made metadata settable #7

v2.0.3

19 Nov 17:16

Choose a tag to compare

Fix attachments null ref exception.

v2.0.2

28 Oct 14:15

Choose a tag to compare

  • Fix for CC parameter in templated requests.

v2.0

27 Jul 01:14

Choose a tag to compare

  • Add properties/values from latest HS API doc.
  • First attachment attempt.

v1.3.1

11 Feb 13:27

Choose a tag to compare

  • Fix #3 to only write fields if specified.

v1.3.0

10 Feb 01:04

Choose a tag to compare

  • Fix #2 metadata not initialized in constructor
  • Minor version bump due to being migrated to csproj in vs2017.

v1.2.0

01 Feb 21:19

Choose a tag to compare

  • New API support (decline, bounce update).

v1.1.1

01 Feb 20:08

Choose a tag to compare

  • fixed url-type files not working

v1.1.0

12 Jul 21:33

Choose a tag to compare

  • fixed bug on serialized custom fields.
  • added parameter logging support