Skip to content

2.0.1

Compare
Choose a tag to compare
@jenksguo jenksguo released this 02 May 04:20
· 407 commits to master since this release
c4a053e

Xero NetStandard SDK version 2.0.1 generated against OpenAPI Spec version 2.1.1

Bug fix:
Addressed issue #149 & #121 where UpdatedDateUTC is DateTime object with DateTime.Kind = local issue. The UpdatedDateUTC now returns UTC time.

Accounting APIs:

  • Added method GetPrepaymentAsPdfAsync
  • Added UK domestic revert charge VAT rates:

    DRCHARGESUPPLY20
    DRCHARGE20
    DRCHARGESUPPLY5
    DRCHARGE5

Unit Tests (Xero.NetStandard.OAuth2.Test):
Accounting

  • Added unit test case "GetInvoiceUpdatedDateUtcTest" for UpdateDateUTC returning local DateTime.Kind issue.

Removed .ionide/ folder and added .ionide/ to .gitignore to remove noise files

OpenAPI document version update from 2.1.0 to 2.1.1 across all files

SDK version updated to 2.0.1 (bug fix)