Releases: intacct/intacct-sdk-net
Releases · intacct/intacct-sdk-net
v2.0.3
- Added
OverpaymentLocationId
andOverpaymentDepartmentId
attributes toArPaymentCreate
class (Issue #36) - Added
UserEffectivePermissionList
class (Issue #30) - Added
SubscriptionListTest
class (Issue #30) - Added
InvoiceUpdate
andInvoiceLineUpdate
classes (Issue #40) - Added
BillUpdate
andBillLineUpdate
classes (Issue #40 and #33) - Added
PurchasingTransactionUpdate
andPurchasingTransactionLineUpdate
classes (Issue #33) - Added
ProjectObservedPercentCompleted
andTaskObservedPercentCompleted
classes. DeprecatedObservedPercentCompleted
attribute onProjectCreate
,ProjectUpdate
,TaskCreate
andTaskUpdate
classes (Issue #42) - Changed
RequestHandler
class to check non-successful HTTP 400 level status codes for an XML response (Issue #35) - Fixed
RequestHandler
HTTP User-Agent string to be consistent -intacct-sdk-net-client
(Issue #45) - Updated NLog package to v4.5.3 (Issue #34)
v2.0.2
- Default Accept-Encoding header to ask for a compressed response
- Call await on HttpResponseMessage
- Clean up RequestHandler code
v2.0.1
- Change SessionProvider.factory to use OnlineClient class #12
- Fix doxygen.conf to reflect Sage Intacct #9
- DepartmentUpdate should not be writing Title if null #10
- Clean up comment in ApAdjustmentDelete
- Remove bad copied fields from ChargeCardTransactionUpdate
- ApPaymentRequestItem should implement IXmlObject #11
v2.0.0
This release updates the Intacct SDK for .NET to be of the same design as the Intacct SDK for PHP.
The SDK now targets .NET Standard 1.6 in order to support both, .NET Framework and .NET Core.
v0.9.2
Initial developer preview release