hellosign / hellosign-dotnet-sdk

A .NET SDK for the HelloSign API
MIT License
26 stars 29 forks source link

Added allow_reassign parameter to the signature request #36

Closed tommy5dollar closed 7 years ago

tommy5dollar commented 7 years ago

#35 - Add support for Allow Reassign

BHSPitMonkey commented 7 years ago

Thank you for the PR! One request: we'll need to move your BaseSignatureRequest.cs edits to SignatureRequest.cs instead, since this parameter is only pertinent to file-based signature requests and cannot be used on template-based ones. (BaseSignatureRequest should only encompass properties and methods common to both.)

Would you be open to making this change on your branch before we merge? Thanks!

tommy5dollar commented 7 years ago

This should be done now. Let me know if there are any issues and I'll get them fixed ASAP.

BHSPitMonkey commented 7 years ago

Thanks @tommy5dollar! We appreciate the patch; Version 0.5.6 should be rolling out to NuGet momentarily with these changes.