Skip to content

Releases: recurly/recurly-client-dotnet

1.2.5 (stable)

03 Nov 23:47
Compare
Choose a tag to compare
  • added; multiple redemption support GetRedemptions for Invoice #105
  • added; description readers to Coupon ReadXml #111
  • added; PreviewChange method for Subscription #116
  • added; Update() and Restore() paths to Coupon #109
  • added; Bulk and Unique Coupons support #108
  • added; Coupon default to SingleCode #120

Please use 1.2.6 as this build is missing some compiled code needed for operation. https://github.com/recurly/recurly-client-net/releases/tag/1.2.6

1.2.2 (stable)

06 Jul 16:59
Compare
Choose a tag to compare
  • added; bulk param to Postpone call on Subscription
  • fixed; no content returning from the server will no longer throw "Root element is missing"
  • added; TaxRegion to Invoice
  • added; ProductCode to Adjustment
  • added; ability to specify either credit or transaction priority on refunds
  • added; ability to give a Transaction a Description
  • added; TaxExempt, TaxCode, AccountingCode to Transaction

1.2.1 (stable)

26 May 18:01
Compare
Choose a tag to compare
  • added; BankAccountAuthorizedAt to Subscription
  • added; IpAddress to Transaction

1.2.0 (stable)

28 Apr 20:20
Compare
Choose a tag to compare
  • added; bank account fields to BillingInfo
    • AccountType (Checking or Savings)
    • RoutingNumber
    • AccountNumber
    • LastFour
    • NameOnAccount
  • added; invoice.InvoiceNumberPrefix and invoice.InvoiceNumberWithPrefix()
  • added; transaction.GetInvoice()
  • added; invoice.GetOriginalInvoice()
  • added; TaxType, TaxRate, TaxRegion on Adjustment

1.1.9 (stable)

01 Apr 22:30
Compare
Choose a tag to compare
  • fixed; nil VatLocationValid on Account would throw a parse error
  • added; subscription.UpdateNotes will update the subscription's notes
  • added; subscription.CustomerNotes, subscription.TermsAndConditions, subscription.VatReverseChargeNotes
  • added; invoice.CustomerNotes, invoice.TermsAndConditions, invoice.VatReverseChargeNotes

1.1.8 (stable)

27 Jan 01:36
Compare
Choose a tag to compare
  • added; invoice address on previews
  • added; invoice.OriginalInvoiceNumber
  • added; VatLocationValid to Account
  • fixed; clearing subscription addons from subscription
  • added; Open Amount Refunds to Invoice

1.1.7 (stable)

19 Dec 19:42
Compare
Choose a tag to compare
  • added; invoice previews
  • added; subscription address on previews

1.1.6 (stable)

18 Sep 21:36
Compare
Choose a tag to compare
  • added; amazon and paypal billing agreement id support
  • added; entity use code on accounts

1.1.5 (stable)

31 Jul 00:40
Compare
Choose a tag to compare

fixed; keep add on unit amount when adding to a subscription

1.1.4 Stable

23 Jul 19:35
Compare
Choose a tag to compare
  • updated; make the List.Clear() and List.RemoveAt() methods public