Skip to content

Releases: recurly/recurly-client-dotnet

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

1.1.1 Stable

01 May 23:14
Compare
Choose a tag to compare

Recurly .NET API Client v1.1.1 Released

  • fixed; SubscriptionAddOnList.Add is now public #27
  • docs; added BillingInfo TokenId example

Visit our documentation site for examples of how to integrate the new .NET API Client into your application.

Give it a spin today and provide feedback by dropping us a line or opening pull requests with your fixes. Have fun!

1.1.0 Stable

01 May 14:51
Compare
Choose a tag to compare

Recurly .NET API Client v1.1.0 Released

  • fixed; creating accounts with an address
  • updated; client user agent
  • updated; now handling more API Error details
  • added; support for BillingInfo tokens

Visit our documentation site for examples of how to integrate the new .NET API Client into your application.

Give it a spin today and provide feedback by dropping us a line or opening pull requests with your fixes. Have fun!

1.0.0 Stable

22 Apr 14:04
Compare
Choose a tag to compare

Recurly .NET API Client v1.0.0 Released

An all new .NET API Client Library bringing full support of Recurly API v2 to the world of .NET, including:

Visit our documentation site for examples of how to integrate the new .NET API Client into your application.

If you have been using any of the beta releases, please read the Changelog for details of all the improvements, fixes and changes since the previous release.

Give it a spin today and provide feedback by dropping us a line or opening pull requests with your fixes. Have fun!