intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 242 forks source link

Intuit.Ipp.Data.dll File Version #424

Closed mattimeo closed 2 years ago

mattimeo commented 2 years ago

In v7.5 of this SDK Intuit.Ipp.Data.dll was versioned like the other dlls with 7.5.0.0, but now in the latest releases it is 1.0.0.0. I assume this is unintentional? I assume it should be versioned to match the other Intuit.Ipp dlls or at least be higher than its prior version. I made a workaround to get this to deploy with our internal updater utility so it saw the file as newer than the 7.5.0.0 version.

Currently: image

Back in v7.5 of this SDK: image

mattimeo commented 2 years ago

I meant to post this to QuickBooks-V3-DotNET-SDK...