Skip to content

Releases: teference/zoho-dotnet

Zoho API SDK - Release v0.6.24

16 Feb 07:15
d36a599
Compare
Choose a tag to compare
Pre-release

Changelog

  • PR Merge: kimbirkelund PR16 - Migrate project to DotNet Standard library

Zoho API SDK - Release v0.6.23

17 Jan 12:32
Compare
Choose a tag to compare
Pre-release

Changelog

  • PR Merge: kruijs-pixelconcept PR14 - Added missing endpoint for settings/taxes
  • PR Merge: kruijs-pixelconcept PR15 - Added missing member on request model for buy one time add-on on subscription service

Zoho API SDK - Release v0.6.22

29 Oct 08:55
Compare
Choose a tag to compare
Pre-release

Changelog

  • Added missing property - ZsSubscriptionUpdate > ZsSubscriptionUpdateAddon > AddonDescription (addon_description) | PR Merge: kruijs-pixelconcept PR13

Zoho API SDK - Release v0.6.21

24 Jul 16:14
Compare
Choose a tag to compare
Pre-release

Zoho API SDK - Release v0.6.20

17 Jun 23:09
Compare
Choose a tag to compare
Pre-release

Changelog

  • Subscription get - next_billing_at - can be nullable

Zoho API SDK - Release v0.6.19

09 May 00:33
Compare
Choose a tag to compare
Pre-release

Changelog

  • ZsCustomField entity - ValueFormatted from bool to string.

Zoho API SDK - Release v0.6.18

10 Mar 21:03
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fields added to ZsCustomField entity - CustomFieldId, ValueFormatted, DataType, PlaceHolder, IsActive
  • Remove ZsCustomFieldEx version with the goal to use parent class for all purpose

Zoho API SDK - Release v0.6.17

06 Oct 04:33
Compare
Choose a tag to compare
Pre-release

Changelog

  • New field "Customer" added to create subscription - without customerid
  • New fields (some) added to Customer Input and Address Input

Zoho API SDK - Release v0.6.16

27 Jun 08:21
Compare
Choose a tag to compare
Pre-release

Changelog

  • Bug fix: Typo in PlansApi > GetAllAsync - passing wrong number of parameters which created incorrect ApiBaseUrl

Zoho API SDK - Release v0.6.15

04 Jun 20:18
Compare
Choose a tag to compare
Pre-release

Changelog

  • In response to Issue #3 - Option to specify Zoho API base URL configurable. Breaking Changes - For those who use on call configuration for "OrganizationId" and "Token" - new parameter added to those method calls to provide Zoho API base URL.
  • In response to Issue #4 - ZsHostedPageData - Invoice property changed from string to type ZsInvoice