Skip to content

Releases: Invoiced/invoiced-dotnet

4.0.2

09 Sep 16:18
Compare
Choose a tag to compare
  • Fixed an issue with property serialization when async methods are used.
  • Added total credit notes to customer balance object.

v4.0.0

25 Apr 20:00
Compare
Choose a tag to compare
  • Added async variants to all API methods (thanks @var1ap)

v3.4.0

18 Apr 15:34
Compare
Choose a tag to compare
  • Adds a User-Agent header to all requests
  • Fixes the serialization of the payment_source parameter on customer update

v3.3.2

07 Mar 14:50
Compare
Choose a tag to compare
  • Prevents created_at and updated_at from being included in create and update requests

v3.3.1

15 Jan 21:22
Compare
Choose a tag to compare
  • Fixes the initial URL on a ListAll() request being malformed
  • Bumped Newtonsoft.Json version to 13.0.1

v3.3.0

10 May 22:30
Compare
Choose a tag to compare
  • Fixes ListAll() and Link header getter
  • Adds various properties to entities

v3.2.0

03 Feb 16:57
Compare
Choose a tag to compare
  • Adds purchase_order field

v3.1.0

09 Dec 23:57
Compare
Choose a tag to compare
  • Added CreditBalanceAdjustment class to add credits to customer accounts

v3.0.0

09 Dec 15:58
Compare
Choose a tag to compare
  • Adds Payment, Charge, and Refund objects to make it easier to work with payments
  • Removes Transaction class in favor of Payment class
  • Updates entity properties to match latest Invoiced API schema
  • Renames CatalogItem class to Item
  • Renames ChargeSplit class to PaymentItem
  • Renames Installment class to PaymentPlanInstallment
  • Marks client library classes as final
  • Changed repository name from invoiced-csharp to invoiced-dotnet

v2.0.0.

17 Jan 17:36
Compare
Choose a tag to compare

This fixes critical bugs, which are addressed by replacing certain long types as double types. The changes are not backward compatible.