Skip to content

Releases: intuit/QuickBooks-V3-DotNET-SDK

V10.0.0.0

10 Jan 17:32
ee611cb

Choose a tag to compare

Added support for minorversion=43
Added support for 1925 release schema

V9.6.0.0

20 Oct 10:13
6e4a921

Choose a tag to compare

  1. Added fix for null response elements
  2. Fixed bug for handling array of error details
  3. Added support for Minorversion=41
  4. Added support for Advanced logger using Serilog- supports debug, console, rollingfile, trace(only for .net framework as .net Core has no support for trace listeners)

This release is on hold - will update soon
Update- 9.6.0 release was made to fix the bug for OAuth2Client to overcome the errors from Advanced Logger when developers use Old clients. The SDK will support new Advanced Logger only if the devs are using OAuth2Client.

V8.1.0.0

28 Aug 23:56

Choose a tag to compare

  • Updated configuration reader to read base directory files
  • Fixed Batch operation BID bug where char count>50
  • Fixed Retry proj to have old frameworks support too. Even though it is a deprecated project, we still need it for backward compatibility
  • Updated Report Service to support subcol_pct_inc and subcol_pct_exp fields
  • Fixed bug to handle null responses from service

8.0.0.3

06 Aug 22:20

Choose a tag to compare

Added support for minorversion=40

8.0.0.1

26 Jul 21:00

Choose a tag to compare

Added support for MemoryConfigurationProvider

8.0.0.0

25 Jun 21:56

Choose a tag to compare

  • Added support for 1913 release schema
  • Operation void will have query prefix 'operation=' instead of 'include='

7.5.3-stable

25 Jun 21:52

Choose a tag to compare

7.5.3-stable Pre-release
Pre-release

Stable release tested with latest release of QBO V3 api

7.5.2-beta

08 May 07:03

Choose a tag to compare

7.5.2-beta Pre-release
Pre-release

This release was made to cleanup code and test cases for .Net Standard release.

7.5.1-beta

30 Apr 21:26

Choose a tag to compare

7.5.1-beta Pre-release
Pre-release

.Net Standard package for Oauth2 support and QBO V3 API calls.
Added support for beta testing scenarios in Oauth2 client.

7.5.0.3-beta

29 Apr 23:06

Choose a tag to compare

7.5.0.3-beta Pre-release
Pre-release

.Net Standard release for this SDK.
The code was ported over to .Net Standard 2.0 to support .Net Core 2.1, .Net 4.6.1, .Net 4.7.2.

It is still in beta. Once, we see no issues, we will push this net-standard-development version to master.

Going forward, we will be supporting any new QBO v3 api releases only in .Net Standard SDK which will not support Oauth1. Deprecated LinqExtender dll is completely removed. Retry logic is moved to Core project. If you wish to use only 4.6.1 supported SDK then continue to use 7.5.0 version which has Oauth1 support and Retry and LinqExtender(deprecated) dlls.