Skip to content

Releases: signnow/SignNow.NET

signNow .Net SDK v1.2.3

15 Oct 19:26
8981459
Compare
Choose a tag to compare

Fixed

  • Fixed json_attributes property deserialization for DocumentHistoryResponse model

signNow .Net SDK v1.2.2

27 Aug 12:48
23568c0
Compare
Choose a tag to compare

Added

  • IEventSubscription interface for any operation with Events
  • Webhooks 2.0 API partially implemented
  • ValidatorId and LockToSignDate properties added to the signNow document model (FieldJsonAttributes)

Changed

  • Token type is always set to Bearer or Basic explicitly in every service

Fixed

  • LockToSignDate property serialization for Date validator tag

signNow .Net SDK v1.2.1

13 Jul 19:30
a27ee08
Compare
Choose a tag to compare

Added

  • Added DateValidatorTag to Complex Tags
  • Added OwnerName property to SignNowDocument model

Fixed

  • Fixed Json property name for attachment complex tag

signNow .NET SDK v1.2.0

03 Jul 10:20
7db7f14
Compare
Choose a tag to compare

Added

  • Added Readme and License files to Nuget package
  • OAuth2Service: added ability to configure token expiration time
  • Added OAuth2 service to SignNow service container
  • All the services can use custom HttpClient via constructor of class #148
  • Complex Text Tags support while upload document with Fields

Changed

  • OAuth2Service moved to SignNow.Net.Services namespace

signNow .Net SDK v1.1.1

02 May 16:02
fc52909
Compare
Choose a tag to compare

Added

  • Properties for sign invite that allows you to prefill text in the Signature field, allows for signers to use their saved signature, allows recipients reassign this invite to another email address, allow recipients decline the invite.
  • Add support for field type stamp #149

signNow .Net SDK v1.1.0

23 Jan 08:28
fd17024
Compare
Choose a tag to compare

Added

  • The Thumbnail property on Model.SignNowDocument, which allows you to get document thumbnails in small, medium and large image sizes

Fixed

  • Fixed fails when parsing error response from auth service #134

Changed

  • Removed built-in validation for LinkExpiration

SignNow .Net SDK v1.0.0

26 Jan 21:08
bf5f3f4
Compare
Choose a tag to compare

Added

  • IDocumentService.PrefillTextFieldsAsync that allows you to prefill document fields
  • IDocumentService.EditDocumentAsync that allows you to add/change various fields
  • IFieldEditable that represents editable Field attributes
  • Model.EditFields.TextField that allows you to configure text field and add/change the document fields

Changed

  • FieldJsonAttributes added to ISignNowFields that allows you to get Field attributes

SignNow.NET SDK v0.9.0

07 Jul 19:40
209857a
Compare
Choose a tag to compare

Added

  • IUserService.GetModifiedDocumentsAsync that allows to get all modified documents for User
  • IUserService.GetUserDocumentsAsync that allows to get all information of user's documents that were not modified yet
  • Interfaces.ISignNowContext extended with IFolderService that allows you works with Folders
  • IFolderService.GetAllFoldersAsync that allows you to get all user Folders with documents
  • IFolderService.GetFolderAsync that allows you to get all details of a specific folder including all documents in that folder.
  • IFolderService.CreateFolderAsync that allows you to create folder for a user.
  • IFolderService.DeleteFolderAsync that allows you to deletes a folder.
  • IFolderService.RenameFolderAsync that allows you to renames a folder.
  • IDocumentService.MoveDocumentAsync that allows you to move the document to a specified folder.

SignNow .Net SDK v0.8.0

26 Apr 19:33
a506aa4
Compare
Choose a tag to compare

All notable changes to this version has been documented in the CHANGELOG.md file.

SignNow .Net SDK v0.7.0

28 Mar 13:14
184fc38
Compare
Choose a tag to compare

All notable changes to this version has been documented in the CHANGELOG.md file.